Searched refs:get (Results 1 – 25 of 50) sorted by relevance
12
/fs/xfs/linux-2.6/ |
D | xfs_xattr.c | 83 .get = xfs_xattr_system_get, 151 .get = xfs_xattr_user_get, 172 .get = xfs_xattr_trusted_get, 193 .get = xfs_xattr_secure_get,
|
/fs/ |
D | libfs.c | 626 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/ |
D | Kconfig | 5 If you say Y here, you will get experimental support for
|
/fs/proc/ |
D | inode-alloc.txt | 14 will get rid of magical ranges (and this file, BTW).
|
/fs/jffs2/ |
D | xattr_trusted.c | 52 .get = jffs2_trusted_getxattr
|
D | xattr_user.c | 52 .get = jffs2_user_getxattr
|
D | security.c | 82 .get = jffs2_security_getxattr
|
/fs/reiserfs/ |
D | xattr_security.c | 61 .get = security_get,
|
D | xattr_user.c | 62 .get = user_get,
|
D | xattr_trusted.c | 74 .get = trusted_get,
|
D | README | 54 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/ |
D | xattr_trusted.c | 57 .get = ext3_xattr_trusted_get,
|
D | xattr_user.c | 59 .get = ext3_xattr_user_get,
|
D | xattr_security.c | 74 .get = ext3_xattr_security_get,
|
/fs/ext4/ |
D | xattr_trusted.c | 57 .get = ext4_xattr_trusted_get,
|
D | xattr_user.c | 59 .get = ext4_xattr_user_get,
|
D | xattr_security.c | 74 .get = ext4_xattr_security_get,
|
D | acl.c | 542 .get = ext4_xattr_get_acl_access, 549 .get = ext4_xattr_get_acl_default,
|
/fs/ext2/ |
D | xattr_trusted.c | 56 .get = ext2_xattr_trusted_get,
|
D | xattr_user.c | 59 .get = ext2_xattr_user_get,
|
D | xattr_security.c | 72 .get = ext2_xattr_security_get,
|
D | acl.c | 510 .get = ext2_xattr_get_acl_access, 517 .get = ext2_xattr_get_acl_default,
|
/fs/afs/ |
D | Kconfig | 6 If you say Y here, you will get an experimental Andrew File System
|
/fs/btrfs/ |
D | acl.c | 324 .get = btrfs_xattr_acl_default_get, 330 .get = btrfs_xattr_acl_access_get,
|
/fs/ocfs2/ |
D | acl.c | 470 .get = ocfs2_xattr_get_acl_access, 477 .get = ocfs2_xattr_get_acl_default,
|
12