Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 50) sorted by relevance

12

/fs/xfs/linux-2.6/
Dxfs_xattr.c83 .get = xfs_xattr_system_get,
151 .get = xfs_xattr_user_get,
172 .get = xfs_xattr_trusted_get,
193 .get = xfs_xattr_secure_get,
/fs/
Dlibfs.c626 int (*get)(void *, u64 *); member
638 int (*get)(void *, u64 *), int (*set)(void *, u64), in simple_attr_open()
647 attr->get = get; in simple_attr_open()
674 if (!attr->get) in simple_attr_read()
685 ret = attr->get(attr->data, &val); in simple_attr_read()
/fs/9p/
DKconfig5 If you say Y here, you will get experimental support for
/fs/proc/
Dinode-alloc.txt14 will get rid of magical ranges (and this file, BTW).
/fs/jffs2/
Dxattr_trusted.c52 .get = jffs2_trusted_getxattr
Dxattr_user.c52 .get = jffs2_user_getxattr
Dsecurity.c82 .get = jffs2_security_getxattr
/fs/reiserfs/
Dxattr_security.c61 .get = security_get,
Dxattr_user.c62 .get = user_get,
Dxattr_trusted.c74 .get = trusted_get,
DREADME54 it is for users to get their fsck and mkreiserfs out of sync with the
64 recompile your kernel, most of the time. The errors you get will be
78 hip, get with the new economic trend, before your competitors do. Send
/fs/ext3/
Dxattr_trusted.c57 .get = ext3_xattr_trusted_get,
Dxattr_user.c59 .get = ext3_xattr_user_get,
Dxattr_security.c74 .get = ext3_xattr_security_get,
/fs/ext4/
Dxattr_trusted.c57 .get = ext4_xattr_trusted_get,
Dxattr_user.c59 .get = ext4_xattr_user_get,
Dxattr_security.c74 .get = ext4_xattr_security_get,
Dacl.c542 .get = ext4_xattr_get_acl_access,
549 .get = ext4_xattr_get_acl_default,
/fs/ext2/
Dxattr_trusted.c56 .get = ext2_xattr_trusted_get,
Dxattr_user.c59 .get = ext2_xattr_user_get,
Dxattr_security.c72 .get = ext2_xattr_security_get,
Dacl.c510 .get = ext2_xattr_get_acl_access,
517 .get = ext2_xattr_get_acl_default,
/fs/afs/
DKconfig6 If you say Y here, you will get an experimental Andrew File System
/fs/btrfs/
Dacl.c324 .get = btrfs_xattr_acl_default_get,
330 .get = btrfs_xattr_acl_access_get,
/fs/ocfs2/
Dacl.c470 .get = ocfs2_xattr_get_acl_access,
477 .get = ocfs2_xattr_get_acl_default,

12