Searched refs:file_ops (Results 1 – 7 of 7) sorted by relevance
/linux/security/apparmor/include/ |
H A D | apparmorfs.h | 37 const struct file_operations *file_ops; member 45 .file_ops = &aa_sfs_seq_file_ops } 49 .file_ops = &aa_sfs_seq_file_ops } 53 .file_ops = &aa_sfs_seq_file_ops } 56 .mode = (_mode), .file_ops = (_fops) }
|
/linux/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 52 static struct mem_ops *file_ops; variable 115 if (file_ops && finfo.type == VMA_FILE) in save_settings() 1146 file_ops = &__file_ops; in parse_test_type() 1152 file_ops = &__file_ops; in parse_test_type() 1159 if (!file_ops) in parse_test_type() 1231 TEST(collapse_full, khugepaged_context, file_ops); in main() 1234 TEST(collapse_full, madvise_context, file_ops); in main() 1241 TEST(collapse_single_pte_entry, khugepaged_context, file_ops); in main() 1244 TEST(collapse_single_pte_entry, madvise_context, file_ops); in main() 1248 TEST(collapse_max_ptes_none, khugepaged_context, file_ops); in main() [all...] |
/linux/drivers/infiniband/hw/hfi1/ |
H A D | Makefile | 20 file_ops.o \
|
/linux/include/linux/ |
H A D | nfs_xdr.h | 1777 const struct file_operations *file_ops; member
|
/linux/security/apparmor/ |
H A D | apparmorfs.c | 2469 fs_file->file_ops); in entry_create_file()
|
/linux/fs/nfs/ |
H A D | inode.c | 498 inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops; in nfs_fhget()
|
H A D | nfs4proc.c | 10988 .file_ops = &nfs4_file_operations,
|