Searched refs:file_ops (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/security/apparmor/include/ |
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-v6.1/tools/testing/selftests/vm/ |
D | khugepaged.c | 60 static struct mem_ops *file_ops; variable 348 if (file_ops && finfo.type == VMA_FILE) in write_settings() 421 if (file_ops && finfo.type == VMA_FILE) in save_settings() 1428 file_ops = &__file_ops; in parse_test_type() 1434 file_ops = &__file_ops; in parse_test_type() 1441 if (!file_ops) in parse_test_type() 1472 if (file_ops) in main() 1499 TEST(collapse_full, khugepaged_context, file_ops); in main() 1502 TEST(collapse_full, madvise_context, file_ops); in main() 1509 TEST(collapse_single_pte_entry, khugepaged_context, file_ops); in main() [all …]
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | Makefile | 20 file_ops.o \
|
/Linux-v6.1/fs/nfs/ |
D | proc.c | 720 .file_ops = &nfs_file_operations,
|
D | nfs3proc.c | 1022 .file_ops = &nfs_file_operations,
|
D | inode.c | 490 inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops; in nfs_fhget()
|
D | nfs4proc.c | 10632 .file_ops = &nfs4_file_operations,
|
/Linux-v6.1/include/linux/ |
D | nfs_xdr.h | 1738 const struct file_operations *file_ops; member
|
/Linux-v6.1/security/apparmor/ |
D | apparmorfs.c | 2417 fs_file->file_ops); in entry_create_file()
|