Searched refs:MAY_NOT_BLOCK (Results 1 – 21 of 21) sorted by relevance
138 if (flags & MAY_NOT_BLOCK) in avc_audit()
279 if (mask & MAY_NOT_BLOCK) in kernfs_iop_permission()
409 if (mask & MAY_NOT_BLOCK) { in afs_permission()
80 if (mask & MAY_NOT_BLOCK) in coda_permission()
2675 bool may_block = (mask & MAY_NOT_BLOCK) == 0; in nfs_do_access()2753 if (mask & MAY_NOT_BLOCK) in nfs_execute_ok()2805 if (mask & MAY_NOT_BLOCK) in nfs_permission()
289 WARN_ON(!(mask & MAY_NOT_BLOCK)); in ovl_permission()
764 if (desired & MAY_NOT_BLOCK) in hostfs_permission()
1228 BUG_ON(mask & MAY_NOT_BLOCK); in fuse_access()1250 if (mask & MAY_NOT_BLOCK) in fuse_perm_getattr()
926 if (mask & MAY_NOT_BLOCK) in orangefs_permission()
1209 (flags & MAY_NOT_BLOCK) ? AVC_NONBLOCKING : 0, in avc_has_perm_flags()
3006 rcu ? MAY_NOT_BLOCK : 0); in selinux_inode_follow_link()3033 bool no_block = mask & MAY_NOT_BLOCK; in selinux_inode_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
890 In this case an extra "``MAY_NOT_BLOCK``" flag is passed so that it
810 error = sysctl_perm(head, table, mask & ~MAY_NOT_BLOCK); in proc_sys_permission()
1845 if (mask & MAY_NOT_BLOCK) in gfs2_permission()
267 if (mask & MAY_NOT_BLOCK) { in check_acl()1587 int err = inode_permission(nd->inode, MAY_EXEC|MAY_NOT_BLOCK); in may_lookup()
2337 if (mask & MAY_NOT_BLOCK) in ceph_permission()
1346 if (mask & MAY_NOT_BLOCK) in ocfs2_permission()
104 #define MAY_NOT_BLOCK 0x00000080 macro
1162 int no_block = mask & MAY_NOT_BLOCK; in smack_inode_permission()