Searched refs:xfs_acl_t (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_acl.c | 53 STATIC int xfs_acl_setmode(vnode_t *, xfs_acl_t *, int *); 54 STATIC void xfs_acl_filter_mode(mode_t, xfs_acl_t *); 55 STATIC void xfs_acl_get_endian(xfs_acl_t *); 56 STATIC int xfs_acl_access(uid_t, gid_t, xfs_acl_t *, mode_t, cred_t *); 57 STATIC int xfs_acl_invalid(xfs_acl_t *); 58 STATIC void xfs_acl_sync_mode(mode_t, xfs_acl_t *); 59 STATIC void xfs_acl_get_attr(vnode_t *, xfs_acl_t *, int, int, int *); 60 STATIC void xfs_acl_set_attr(vnode_t *, xfs_acl_t *, int, int *); 101 xfs_acl_t *dest) in posix_acl_xattr_to_xfs() 116 memset(dest, 0, sizeof(xfs_acl_t)); in posix_acl_xattr_to_xfs() [all …]
|
D | xfs_acl.h | 55 } xfs_acl_t; typedef 72 (zone) = kmem_zone_init(sizeof(xfs_acl_t), name) 75 extern int xfs_acl_inherit(struct vnode *, struct vattr *, xfs_acl_t *); 77 extern int xfs_acl_vtoacl(struct vnode *, xfs_acl_t *, xfs_acl_t *);
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_iops.c | 117 xfs_acl_t *default_acl = NULL; in linvfs_mknod()
|