Searched refs:get (Results 1 – 25 of 70) sorted by relevance
123
/fs/nfsd/ |
D | fault_inject.c | 22 u64 (*get)(void); member 39 val = op->get(); in fault_inject_read() 100 .get = nfsd_inject_print_clients, 106 .get = nfsd_inject_print_locks, 112 .get = nfsd_inject_print_openowners, 118 .get = nfsd_inject_print_delegations, 124 .get = nfsd_inject_print_delegations,
|
/fs/cifs/ |
D | xattr.c | 456 .get = cifs_xattr_get, 464 .get = cifs_xattr_get, 471 .get = cifs_xattr_get, 484 .get = cifs_xattr_get, 491 .get = cifs_xattr_get, 504 .get = cifs_xattr_get, 511 .get = cifs_xattr_get, 524 .get = cifs_xattr_get, 532 .get = cifs_xattr_get, 539 .get = cifs_xattr_get,
|
/fs/afs/ |
D | xattr.c | 125 .get = afs_xattr_get_acl, 261 .get = afs_xattr_get_yfs, 288 .get = afs_xattr_get_cell, 327 .get = afs_xattr_get_fid, 353 .get = afs_xattr_get_volume,
|
/fs/9p/ |
D | xattr.c | 173 .get = v9fs_xattr_handler_get, 179 .get = v9fs_xattr_handler_get, 186 .get = v9fs_xattr_handler_get,
|
/fs/xfs/ |
D | xfs_xattr.c | 68 .get = xfs_xattr_get, 75 .get = xfs_xattr_get, 82 .get = xfs_xattr_get,
|
/fs/squashfs/ |
D | xattr.c | 219 .get = squashfs_xattr_handler_get 234 .get = squashfs_xattr_handler_get 243 .get = squashfs_xattr_handler_get
|
/fs/btrfs/ |
D | xattr.c | 436 .get = btrfs_xattr_handler_get, 442 .get = btrfs_xattr_handler_get, 448 .get = btrfs_xattr_handler_get, 454 .get = btrfs_xattr_handler_get,
|
/fs/hfs/ |
D | attr.c | 138 .get = hfs_xattr_get, 145 .get = hfs_xattr_get,
|
/fs/fuse/ |
D | xattr.c | 271 .get = fuse_xattr_get, 291 .get = no_xattr_get, 299 .get = no_xattr_get,
|
/fs/orangefs/ |
D | orangefs-bufmap.c | 124 static int get(struct slot_map *m) in get() function 444 return get(&rw_map); in orangefs_bufmap_get() 472 return get(&readdir_map); in orangefs_readdir_index_get()
|
/fs/kernfs/ |
D | inode.c | 425 .get = kernfs_vfs_xattr_get, 431 .get = kernfs_vfs_xattr_get, 437 .get = kernfs_vfs_xattr_get,
|
/fs/jffs2/ |
D | xattr_user.c | 40 .get = jffs2_user_getxattr
|
D | xattr_trusted.c | 46 .get = jffs2_trusted_getxattr
|
/fs/hfsplus/ |
D | xattr_user.c | 36 .get = hfsplus_user_getxattr,
|
D | xattr_trusted.c | 36 .get = hfsplus_trusted_getxattr,
|
/fs/ext2/ |
D | xattr_trusted.c | 41 .get = ext2_xattr_trusted_get,
|
D | xattr_user.c | 48 .get = ext2_xattr_user_get,
|
/fs/ext4/ |
D | xattr_trusted.c | 45 .get = ext4_xattr_trusted_get,
|
D | xattr_hurd.c | 50 .get = ext4_xattr_hurd_get,
|
D | xattr_user.c | 48 .get = ext4_xattr_user_get,
|
/fs/ |
D | libfs.c | 891 int (*get)(void *, u64 *); member 903 int (*get)(void *, u64 *), int (*set)(void *, u64), in simple_attr_open() 912 attr->get = get; in simple_attr_open() 941 if (!attr->get) in simple_attr_read() 954 ret = attr->get(attr->data, &val); in simple_attr_read()
|
D | nsfs.c | 133 return args->ns_ops->get(args->task); in ns_get_path_task() 223 ns = ns_ops->get(task); in ns_get_name()
|
/fs/f2fs/ |
D | xattr.c | 166 .get = f2fs_xattr_generic_get, 174 .get = f2fs_xattr_generic_get, 181 .get = f2fs_xattr_advise_get, 188 .get = f2fs_xattr_generic_get,
|
/fs/reiserfs/ |
D | xattr_user.c | 40 .get = user_get,
|
D | xattr_trusted.c | 43 .get = trusted_get,
|
123