Searched refs:may_create (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/hw/mlx4/
H A Dmcg.c939 int may_create = 0; local
946 may_create = 1;
957 group = acquire_group(ctx, &rec->mgid, may_create);
/linux-master/fs/
H A Dnamei.c3013 static inline int may_create(struct mnt_idmap *idmap, function
3188 error = may_create(idmap, dir, dentry);
3211 int error = may_create(&nop_mnt_idmap, dir, dentry);
3980 int error = may_create(idmap, dir, dentry);
4108 error = may_create(idmap, dir, dentry);
4470 error = may_create(idmap, dir, dentry);
4568 error = may_create(idmap, dir, new_dentry);
4783 error = may_create(rd->new_mnt_idmap, new_dir, new_dentry);
/linux-master/security/selinux/
H A Dhooks.c1796 static int may_create(struct inode *dir, function
3017 return may_create(dir, dentry, SECCLASS_FILE);
3032 return may_create(dir, dentry, SECCLASS_LNK_FILE);
3037 return may_create(dir, dentry, SECCLASS_DIR);
3047 return may_create(dir, dentry, inode_mode_to_security_class(mode));
6490 checks and may_create for the file creation checks. The

Completed in 160 milliseconds