Home
last modified time | relevance | path

Searched refs:fsgid (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Dremote_perm.c171 perm->rp_fsgid != current->fsgid) { in ll_update_remote_perm()
177 current->fsuid, current->fsgid); in ll_update_remote_perm()
/drivers/isdn/hysdn/
Dhysdn_procconf.c240 filep->f_cred->fsuid, filep->f_cred->fsgid, in hysdn_conf_open()
314 filep->f_cred->fsuid, filep->f_cred->fsgid, in hysdn_conf_close()
/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c50 b->fsgid = from_kgid(&init_user_ns, current_fsgid()); in __mdc_pack_body()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1887 LASSERTF((int)offsetof(struct mdt_body, fsgid) == 108, "found %lld\n", in lustre_assert_wire_constants()
1888 (long long)(int)offsetof(struct mdt_body, fsgid)); in lustre_assert_wire_constants()
1889 LASSERTF((int)sizeof(((struct mdt_body *)0)->fsgid) == 4, "found %lld\n", in lustre_assert_wire_constants()
1890 (long long)(int)sizeof(((struct mdt_body *)0)->fsgid)); in lustre_assert_wire_constants()
Dpack_generic.c1688 __swab32s(&b->fsgid); in lustre_swab_mdt_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2214 __u32 fsgid; member