Searched refs:i_acl (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dposix_acl.h111 inode->i_acl = NULL; cache_no_acl()
H A Dfs.h591 struct posix_acl *i_acl; member in struct:inode
/linux-4.1.27/fs/jffs2/
H A Dacl.c302 if (inode->i_acl) { jffs2_init_acl_post()
303 rc = __jffs2_set_acl(inode, JFFS2_XPREFIX_ACL_ACCESS, inode->i_acl); jffs2_init_acl_post()
/linux-4.1.27/fs/
H A Dposix_acl.c28 return &inode->i_acl; acl_by_type()
88 old_access = inode->i_acl; forget_all_cached_acls()
90 inode->i_acl = inode->i_default_acl = ACL_NOT_CACHED; forget_all_cached_acls()
H A Dinode.c179 inode->i_acl = inode->i_default_acl = ACL_NOT_CACHED; inode_init_always()
235 if (inode->i_acl && inode->i_acl != ACL_NOT_CACHED) __destroy_inode()
236 posix_acl_release(inode->i_acl); __destroy_inode()

Completed in 117 milliseconds