Home
last modified time | relevance | path

Searched refs:xfs_acl_inherit (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_acl.h75 extern int xfs_acl_inherit(struct vnode *, struct vattr *, xfs_acl_t *);
88 #define _ACL_INHERIT(c,v,d) (xfs_acl_inherit(c,v,d))
Dxfs_acl.c750 xfs_acl_inherit( in xfs_acl_inherit() function