Lines Matching defs:mode_p
279 posix_acl_equiv_mode(const struct posix_acl *acl, umode_t *mode_p)
315 if (mode_p)
316 *mode_p = (*mode_p & ~S_IRWXUGO) | mode;
412 * mode_p initially must contain the mode parameter to the open() / creat()
414 * The permissions in the acl are changed to reflect the mode_p parameter.
416 static int posix_acl_create_masq(struct posix_acl *acl, umode_t *mode_p)
420 umode_t mode = *mode_p;
466 *mode_p = (*mode_p & ~S_IRWXUGO) | mode;
519 __posix_acl_create(struct posix_acl **acl, gfp_t gfp, umode_t *mode_p)
524 err = posix_acl_create_masq(clone, mode_p);
635 * @mode_p: mode (pointer) for update
647 int posix_acl_update_mode(struct inode *inode, umode_t *mode_p,
661 *mode_p = mode;