Searched refs:MAY_NOT_BLOCK (Results 1 – 20 of 20) sorted by relevance
349 if (mask & MAY_NOT_BLOCK) in afs_permission()
296 if (mask & MAY_NOT_BLOCK) in kernfs_iop_permission()
2436 bool may_block = (mask & MAY_NOT_BLOCK) == 0; in nfs_do_access()2511 if (mask & MAY_NOT_BLOCK) in nfs_execute_ok()2558 res = nfs_do_access(inode, cred, mask|MAY_NOT_BLOCK); in nfs_permission()2562 if (res == -ECHILD && !(mask & MAY_NOT_BLOCK)) { in nfs_permission()2579 if (mask & MAY_NOT_BLOCK) in nfs_permission()
284 if (mask & MAY_NOT_BLOCK) in orangefs_permission()
80 if (mask & MAY_NOT_BLOCK) in coda_permission()
277 WARN_ON(!(mask & MAY_NOT_BLOCK)); in ovl_permission()
352 want &= MAY_READ | MAY_WRITE | MAY_EXEC | MAY_NOT_BLOCK; in posix_acl_permission()
269 if (mask & MAY_NOT_BLOCK) { in check_acl()276 return posix_acl_permission(inode, acl, mask & ~MAY_NOT_BLOCK); in check_acl()1696 int err = inode_permission(nd->inode, MAY_EXEC|MAY_NOT_BLOCK); in may_lookup()
773 if (desired & MAY_NOT_BLOCK) in hostfs_permission()
1070 BUG_ON(mask & MAY_NOT_BLOCK); in fuse_access()1092 if (mask & MAY_NOT_BLOCK) in fuse_perm_getattr()
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.
477 May be called in rcu-walk mode (mask & MAY_NOT_BLOCK). If in rcu-walk
788 (flags & MAY_NOT_BLOCK)) in slow_avc_audit()
3139 rcu ? MAY_NOT_BLOCK : 0); in selinux_inode_follow_link()3167 unsigned flags = mask & MAY_NOT_BLOCK; in selinux_inode_permission()3189 isec = inode_security_rcu(inode, flags & MAY_NOT_BLOCK); in selinux_inode_permission()
805 error = sysctl_perm(head, table, mask & ~MAY_NOT_BLOCK); in proc_sys_permission()
1794 if (mask & MAY_NOT_BLOCK) in gfs2_permission()
1346 if (mask & MAY_NOT_BLOCK) in ocfs2_permission()
2244 if (mask & MAY_NOT_BLOCK) in ceph_permission()
96 #define MAY_NOT_BLOCK 0x00000080 macro
1219 int no_block = mask & MAY_NOT_BLOCK; in smack_inode_permission()