Lines Matching defs:mode_p
307 posix_acl_equiv_mode(const struct posix_acl *acl, umode_t *mode_p)
343 if (mode_p)
344 *mode_p = (*mode_p & ~S_IRWXUGO) | mode;
450 * mode_p initially must contain the mode parameter to the open() / creat()
452 * The permissions in the acl are changed to reflect the mode_p parameter.
454 static int posix_acl_create_masq(struct posix_acl *acl, umode_t *mode_p)
458 umode_t mode = *mode_p;
504 *mode_p = (*mode_p & ~S_IRWXUGO) | mode;
557 __posix_acl_create(struct posix_acl **acl, gfp_t gfp, umode_t *mode_p)
562 err = posix_acl_create_masq(clone, mode_p);
689 * @mode_p: mode (pointer) for update
708 struct inode *inode, umode_t *mode_p,
722 *mode_p = mode;