Searched refs:mode_p (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/
H A Dposix_acl.c243 posix_acl_equiv_mode(const struct posix_acl *acl, umode_t *mode_p) posix_acl_equiv_mode() argument
279 if (mode_p)
280 *mode_p = (*mode_p & ~S_IRWXUGO) | mode;
376 * mode_p initially must contain the mode parameter to the open() / creat()
378 * The permissions in the acl are changed to reflect the mode_p parameter.
380 static int posix_acl_create_masq(struct posix_acl *acl, umode_t *mode_p) posix_acl_create_masq() argument
384 umode_t mode = *mode_p; posix_acl_create_masq()
430 *mode_p = (*mode_p & ~S_IRWXUGO) | mode;
483 __posix_acl_create(struct posix_acl **acl, gfp_t gfp, umode_t *mode_p) __posix_acl_create() argument
488 err = posix_acl_create_masq(clone, mode_p); __posix_acl_create()
/linux-4.1.27/fs/f2fs/
H A Dacl.c278 static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p) f2fs_acl_create_masq() argument
282 umode_t mode = *mode_p; f2fs_acl_create_masq()
328 *mode_p = (*mode_p & ~S_IRWXUGO) | mode;

Completed in 112 milliseconds