| /fs/fat/ |
| D | fatent.c | 102 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_bread() local 323 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_update_ptr() local 352 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_read() local 410 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_write() local 435 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_read_block() local 466 const struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters() local 554 const struct fatent_operations *ops = sbi->fatent_ops; in fat_free_clusters() local 639 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_reada() local 652 const struct fatent_operations *ops = sbi->fatent_ops; in fat_count_free_clusters() local
|
| /fs/kernfs/ |
| D | file.c | 96 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active() local 106 const struct kernfs_ops *ops; in kernfs_seq_start() local 135 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next() local 189 const struct kernfs_ops *ops; in kernfs_file_direct_read() local 277 const struct kernfs_ops *ops; in kernfs_fop_write() local 474 const struct kernfs_ops *ops; in kernfs_fop_mmap() local 622 const struct kernfs_ops *ops; in kernfs_fop_open() local 933 const struct kernfs_ops *ops, in __kernfs_create_file()
|
| /fs/ |
| D | iomap.c | 43 struct iomap_ops *ops, void *data, iomap_actor_t actor) in iomap_apply() 237 struct iomap_ops *ops) in iomap_file_buffered_write() 320 struct iomap_ops *ops) in iomap_file_dirty() 400 struct iomap_ops *ops) in iomap_zero_range() 420 struct iomap_ops *ops) in iomap_truncate_page() 448 struct iomap_ops *ops) in iomap_page_mkwrite() 546 loff_t start, loff_t len, struct iomap_ops *ops) in iomap_fiemap()
|
| D | block_dev.c | 405 const struct block_device_operations *ops = bdev->bd_disk->fops; in bdev_read_page() local 443 const struct block_device_operations *ops = bdev->bd_disk->fops; in bdev_write_page() local 482 const struct block_device_operations *ops = bdev->bd_disk->fops; in bdev_direct_access() local
|
| D | seq_file.c | 624 void *__seq_open_private(struct file *f, const struct seq_operations *ops, in __seq_open_private() 650 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private()
|
| /fs/adfs/ |
| D | dir.c | 24 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_readdir() local 72 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_dir_update() local 132 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_dir_lookup_byname() local
|
| /fs/sysfs/ |
| D | file.c | 46 const struct sysfs_ops *ops = sysfs_file_ops(of->kn); in sysfs_kf_seq_show() local 109 const struct sysfs_ops *ops = sysfs_file_ops(of->kn); in sysfs_kf_read() local 135 const struct sysfs_ops *ops = sysfs_file_ops(of->kn); in sysfs_kf_write() local 253 const struct kernfs_ops *ops; in sysfs_add_file_mode_ns() local
|
| /fs/nfs/ |
| D | nfs4state.c | 1427 static int nfs4_reclaim_locks(struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops) in nfs4_reclaim_locks() 1487 …int nfs4_reclaim_open_state(struct nfs4_state_owner *sp, const struct nfs4_state_recovery_ops *ops) in nfs4_reclaim_open_state() 1641 const struct nfs4_state_recovery_ops *ops, in nfs4_reclaim_complete() 1692 const struct nfs4_state_recovery_ops *ops; in nfs4_state_end_reclaim_reboot() local 1753 static int nfs4_do_reclaim(struct nfs_client *clp, const struct nfs4_state_recovery_ops *ops) in nfs4_do_reclaim() 1798 const struct nfs4_state_maintenance_ops *ops = in nfs4_check_lease() local 1876 const struct nfs4_state_recovery_ops *ops = in nfs4_establish_lease() local 1997 const struct nfs4_state_maintenance_ops *ops = in nfs4_handle_migration() local 2045 const struct nfs4_state_maintenance_ops *ops = in nfs4_handle_lease_moved() local 2103 const struct nfs4_state_recovery_ops *ops = in nfs4_discover_server_trunking() local
|
| D | nfs4renewd.c | 57 const struct nfs4_state_maintenance_ops *ops; in nfs4_renew_state() local
|
| /fs/notify/ |
| D | group.c | 116 struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops) in fsnotify_alloc_group()
|
| /fs/nfs/blocklayout/ |
| D | dev.c | 26 const struct pr_ops *ops = in bl_free_device() local 356 const struct pr_ops *ops; in bl_parse_scsi() local
|
| /fs/fscache/ |
| D | cache.c | 183 const struct fscache_cache_ops *ops, in fscache_init_cache()
|
| /fs/jffs2/ |
| D | wbuf.c | 1038 struct mtd_oob_ops ops; in jffs2_check_oob_empty() local 1079 struct mtd_oob_ops ops; in jffs2_check_nand_cleanmarker() local 1104 struct mtd_oob_ops ops; in jffs2_write_nand_cleanmarker() local
|
| /fs/configfs/ |
| D | file.c | 49 struct configfs_item_operations * ops; member 372 struct configfs_item_operations * ops = NULL; in check_perm() local
|
| /fs/proc/ |
| D | namespaces.c | 128 const struct proc_ns_operations *ops = *entry; in proc_ns_dir_readdir() local
|
| D | proc_net.c | 41 const struct seq_operations *ops, int size) in seq_open_net()
|
| D | task_nommu.c | 273 const struct seq_operations *ops) in maps_open()
|
| /fs/dlm/ |
| D | lockspace.c | 424 const struct dlm_lockspace_ops *ops, void *ops_arg, in new_lockspace() 694 const struct dlm_lockspace_ops *ops, void *ops_arg, in dlm_new_lockspace()
|
| /fs/xfs/ |
| D | xfs_buf.c | 706 const struct xfs_buf_ops *ops) in xfs_buf_read_map() 745 const struct xfs_buf_ops *ops) in xfs_buf_readahead_map() 765 const struct xfs_buf_ops *ops) in xfs_buf_read_uncached()
|
| D | xfs_buf.h | 276 const struct xfs_buf_ops *ops) in xfs_buf_read() 287 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
|
| D | xfs_fsops.c | 135 const struct xfs_buf_ops *ops) in xfs_growfs_get_hdr_buf()
|
| D | xfs_trans_buf.c | 249 const struct xfs_buf_ops *ops) in xfs_trans_read_buf_map()
|
| D | xfs_ioctl32.c | 399 compat_xfs_attr_multiop_t *ops; in xfs_compat_attrmulti_by_handle() local
|
| /fs/nfsd/ |
| D | blocklayout.c | 313 const struct pr_ops *ops; in nfsd4_block_get_device_info_scsi() local
|
| /fs/xfs/libxfs/ |
| D | xfs_da_btree.c | 138 const struct xfs_dir_ops *ops; in xfs_da3_node_verify() local 2595 const struct xfs_buf_ops *ops) in xfs_da_read_buf() 2642 const struct xfs_buf_ops *ops) in xfs_da_reada_buf()
|