Home
last modified time | relevance | path

Searched refs:ll_fop (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c239 sbi->ll_fop = &ll_file_operations_flock; in client_common_fill_super()
241 sbi->ll_fop = &ll_file_operations; in client_common_fill_super()
243 sbi->ll_fop = &ll_file_operations_noflock; in client_common_fill_super()
1775 inode->i_fop = sbi->ll_fop; in ll_read_inode2()
Dllite_internal.h494 struct file_operations *ll_fop; member