Searched refs:file_ops (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/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() 1148 file_ops = &__file_ops; in parse_test_type() 1154 file_ops = &__file_ops; in parse_test_type() 1161 if (!file_ops) in parse_test_type() 1228 TEST(collapse_full, khugepaged_context, file_ops); in main() 1231 TEST(collapse_full, madvise_context, file_ops); in main() 1241 TEST(collapse_single_pte_entry, madvise_context, file_ops); in main() 1245 TEST(collapse_max_ptes_none, khugepaged_context, file_ops); in main() 1247 TEST(collapse_max_ptes_none, madvise_context, file_ops); in main() [all …]
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | Makefile | 20 file_ops.o \
|
| /linux-6.15/fs/nfs/ |
| H A D | proc.c | 733 .file_ops = &nfs_file_operations,
|
| H A D | nfs3proc.c | 1073 .file_ops = &nfs_file_operations,
|
| H A D | inode.c | 497 inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops; in nfs_fhget()
|
| H A D | nfs4proc.c | 10936 .file_ops = &nfs4_file_operations,
|
| /linux-6.15/include/linux/ |
| H A D | nfs_xdr.h | 1774 const struct file_operations *file_ops; member
|
| /linux-6.15/security/apparmor/ |
| H A D | apparmorfs.c | 2452 fs_file->file_ops); in entry_create_file()
|