Home
last modified time | relevance | path

Searched refs:posix_acl_chmod (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/fs/
Dposix_acl.c411 posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode) in posix_acl_chmod() function
426 EXPORT_SYMBOL(posix_acl_chmod);
Dgeneric_acl.c161 error = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in generic_acl_chmod()
/linux-3.4.99/include/linux/
Dposix_acl.h86 extern int posix_acl_chmod(struct posix_acl **, gfp_t, umode_t);
/linux-3.4.99/fs/jfs/
Dacl.c164 rc = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in jfs_acl_chmod()
/linux-3.4.99/fs/btrfs/
Dacl.c253 ret = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in btrfs_acl_chmod()
/linux-3.4.99/fs/gfs2/
Dacl.c171 error = posix_acl_chmod(&acl, GFP_NOFS, attr->ia_mode); in gfs2_acl_chmod()
/linux-3.4.99/fs/xfs/
Dxfs_acl.c318 error = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in xfs_acl_chmod()
/linux-3.4.99/fs/9p/
Dacl.c163 retval = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in v9fs_acl_chmod()
/linux-3.4.99/fs/ext2/
Dacl.c299 error = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ext2_acl_chmod()
/linux-3.4.99/fs/jffs2/
Dacl.c324 rc = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in jffs2_acl_chmod()
/linux-3.4.99/fs/ext4/
Dacl.c310 error = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ext4_acl_chmod()
/linux-3.4.99/fs/ext3/
Dacl.c305 error = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ext3_acl_chmod()
/linux-3.4.99/fs/reiserfs/
Dxattr_acl.c447 error = posix_acl_chmod(&acl, GFP_NOFS, inode->i_mode); in reiserfs_acl_chmod()
/linux-3.4.99/fs/ocfs2/
Dacl.c330 ret = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ocfs2_acl_chmod()