Lines Matching defs:flags
137 if ((lsm->flags & LSM_FLAG_EXCLUSIVE) && exclusive) {
185 if ((lsm->flags & LSM_FLAG_EXCLUSIVE) && !exclusive) {
230 if ((major->flags & LSM_FLAG_LEGACY_MAJOR) &&
858 const char *type, unsigned long flags, void *data)
860 return call_int_hook(sb_mount, 0, dev_name, path, type, flags, data);
863 int security_sb_umount(struct vfsmount *mnt, int flags)
865 return call_int_hook(sb_umount, 0, mnt, flags);
1066 unsigned int flags)
1072 if (flags & RENAME_EXCHANGE) {
1167 unsigned int flags)
1173 if (flags & RENAME_EXCHANGE) {
1227 const void *value, size_t size, int flags)
1238 flags);
1241 ret = cap_inode_setxattr(dentry, name, value, size, flags);
1251 const void *value, size_t size, int flags)
1255 call_void_hook(inode_post_setxattr, dentry, name, value, size, flags);
1322 int security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags)
1334 flags);
1447 unsigned long flags)
1451 mmap_prot(file, prot), flags);
1633 int flags)
1635 return call_int_hook(task_fix_setuid, 0, new, old, flags);
1676 unsigned int flags)
1678 return call_int_hook(task_prlimit, 0, cred, tcred, flags);
2018 int size, int flags)
2020 return call_int_hook(socket_recvmsg, 0, sock, msg, size, flags);
2325 unsigned long flags)
2327 return call_int_hook(key_alloc, 0, key, cred, flags);