Home
last modified time | relevance | path

Searched refs:cr_umask (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c138 rec->cr_umask = current_umask(); in mdc_create_pack()
206 rec->cr_umask = current_umask(); in mdc_open_pack()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2289 LASSERTF((int)offsetof(struct mdt_rec_create, cr_umask) == 128, "found %lld\n", in lustre_assert_wire_constants()
2290 (long long)(int)offsetof(struct mdt_rec_create, cr_umask)); in lustre_assert_wire_constants()
2291 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_umask) == 4, "found %lld\n", in lustre_assert_wire_constants()
2292 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_umask)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2415 __u32 cr_umask; /* umask for create */ member