Searched refs:MAY_NOT_BLOCK (Results 1 – 20 of 20) sorted by relevance
97 } else if (mask & MAY_NOT_BLOCK) { in ovl_permission()116 WARN_ON(!(mask & MAY_NOT_BLOCK)); in ovl_permission()
295 if (mask & MAY_NOT_BLOCK) in afs_permission()
362 if (mask & MAY_NOT_BLOCK) in kernfs_iop_permission()
2387 if (mask & MAY_NOT_BLOCK) in nfs_do_access()2470 res = nfs_do_access(inode, cred, mask|MAY_NOT_BLOCK); in nfs_permission()2474 if (res == -ECHILD && !(mask & MAY_NOT_BLOCK)) { in nfs_permission()2491 if (mask & MAY_NOT_BLOCK) in nfs_permission()
79 if (mask & MAY_NOT_BLOCK) in coda_permission()
317 want &= MAY_READ | MAY_WRITE | MAY_EXEC | MAY_NOT_BLOCK; in posix_acl_permission()
263 if (mask & MAY_NOT_BLOCK) { in check_acl()270 return posix_acl_permission(inode, acl, mask & ~MAY_NOT_BLOCK); in check_acl()1646 int err = inode_permission(nd->inode, MAY_EXEC|MAY_NOT_BLOCK); in may_lookup()
384 must now be rcu-walk aware (mask & MAY_NOT_BLOCK). See406 argument; instead of passing IPERM_FLAG_RCU we add MAY_NOT_BLOCK into mask.
455 May be called in rcu-walk mode (mask & MAY_NOT_BLOCK). If in rcu-walk
785 if (desired & MAY_NOT_BLOCK) in hostfs_permission()
1039 BUG_ON(mask & MAY_NOT_BLOCK); in fuse_access()1061 if (mask & MAY_NOT_BLOCK) in fuse_perm_getattr()
762 (flags & MAY_NOT_BLOCK)) in slow_avc_audit()
2864 rcu ? MAY_NOT_BLOCK : 0); in selinux_inode_follow_link()2891 unsigned flags = mask & MAY_NOT_BLOCK; in selinux_inode_permission()
742 error = sysctl_perm(head, table, mask & ~MAY_NOT_BLOCK); in proc_sys_permission()
3070 #ifdef MAY_NOT_BLOCK in ll_inode_permission()3071 if (mask & MAY_NOT_BLOCK) in ll_inode_permission()
1789 if (mask & MAY_NOT_BLOCK) in gfs2_permission()
1317 if (mask & MAY_NOT_BLOCK) in ocfs2_permission()
2057 if (mask & MAY_NOT_BLOCK) in ceph_permission()
84 #define MAY_NOT_BLOCK 0x00000080 macro
1207 int no_block = mask & MAY_NOT_BLOCK; in smack_inode_permission()