Searched refs:MAY_NOT_BLOCK (Results 1 – 21 of 21) sorted by relevance
277 if (mask & MAY_NOT_BLOCK) in kernfs_iop_permission()
2478 bool may_block = (mask & MAY_NOT_BLOCK) == 0; in nfs_do_access()2553 if (mask & MAY_NOT_BLOCK) in nfs_execute_ok()2598 res = nfs_do_access(inode, cred, mask|MAY_NOT_BLOCK); in nfs_permission()2600 if (res == -ECHILD && !(mask & MAY_NOT_BLOCK)) { in nfs_permission()2612 if (mask & MAY_NOT_BLOCK) in nfs_permission()
411 if (mask & MAY_NOT_BLOCK) { in afs_permission()
80 if (mask & MAY_NOT_BLOCK) in coda_permission()
274 WARN_ON(!(mask & MAY_NOT_BLOCK)); in ovl_permission()
353 want &= MAY_READ | MAY_WRITE | MAY_EXEC | MAY_NOT_BLOCK; in posix_acl_permission()
267 if (mask & MAY_NOT_BLOCK) { in check_acl()274 return posix_acl_permission(inode, acl, mask & ~MAY_NOT_BLOCK); in check_acl()1688 int err = inode_permission(nd->inode, MAY_EXEC|MAY_NOT_BLOCK); in may_lookup()
1100 BUG_ON(mask & MAY_NOT_BLOCK); in fuse_access()1122 if (mask & MAY_NOT_BLOCK) in fuse_perm_getattr()
767 if (desired & MAY_NOT_BLOCK) in hostfs_permission()
427 must now be rcu-walk aware (mask & MAY_NOT_BLOCK). See456 argument; instead of passing IPERM_FLAG_RCU we add MAY_NOT_BLOCK into mask.
543 May be called in rcu-walk mode (mask & MAY_NOT_BLOCK). If in
874 In this case an extra "``MAY_NOT_BLOCK``" flag is passed so that it
783 (flags & MAY_NOT_BLOCK)) in slow_avc_audit()
3040 unsigned flags = mask & MAY_NOT_BLOCK; in selinux_inode_permission()3062 isec = inode_security_rcu(inode, flags & MAY_NOT_BLOCK); in selinux_inode_permission()3068 (flags & MAY_NOT_BLOCK) ? AVC_NONBLOCKING : 0, in selinux_inode_permission()
973 if (mask & MAY_NOT_BLOCK) in orangefs_permission()
829 error = sysctl_perm(head, table, mask & ~MAY_NOT_BLOCK); in proc_sys_permission()
1816 if (mask & MAY_NOT_BLOCK) in gfs2_permission()
1338 if (mask & MAY_NOT_BLOCK) in ocfs2_permission()
2294 if (mask & MAY_NOT_BLOCK) in ceph_permission()
103 #define MAY_NOT_BLOCK 0x00000080 macro
1174 int no_block = mask & MAY_NOT_BLOCK; in smack_inode_permission()