Home
last modified time | relevance | path

Searched refs:lov_user_md (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dxattr.c231 struct lov_user_md *lump = (struct lov_user_md *)value; in ll_setxattr()
234 if (size != 0 && size < sizeof(struct lov_user_md)) in ll_setxattr()
472 struct lov_user_md *lump; in ll_getxattr()
483 rc = sizeof(struct lov_user_md); in ll_getxattr()
Ddir.c685 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump, in ll_dir_setstripe()
1447 struct lov_user_md *lump; in ll_dir_ioctl()
1484 lump = (struct lov_user_md *)arg; in ll_dir_ioctl()
1533 struct lov_user_md *lum; in ll_dir_ioctl()
Dllite_internal.h735 int flags, struct lov_user_md *lum,
740 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump,
Dfile.c1337 int flags, struct lov_user_md *lum, int lum_size) in ll_lov_setstripe_ea_info()
1463 struct lov_user_md *lump; in ll_lov_setea()
1464 int lum_size = sizeof(struct lov_user_md) + in ll_lov_setea()
1475 if (copy_from_user(lump, (struct lov_user_md *)arg, lum_size)) { in ll_lov_setea()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pack.c392 struct lov_user_md *lump) in lov_getstripe()
481 ((struct lov_user_md *)lmmk)->lmm_layout_gen = lum.lmm_layout_gen; in lov_getstripe()
482 ((struct lov_user_md *)lmmk)->lmm_stripe_count = lum.lmm_stripe_count; in lov_getstripe()
Dlov_internal.h215 struct lov_stripe_md *lsm, struct lov_user_md *lump);
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h256 #define IOC_MDC_GETFILESTRIPE _IOWR(IOC_MDC_TYPE, 21, struct lov_user_md *)
317 #define lov_user_md lov_user_md_v1 macro
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c310 struct lov_user_md *lum = NULL; in mdc_setattr_pack()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1907 static void print_lum(struct lov_user_md *lum) in print_lum()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c2536 static int osc_getstripe(struct lov_stripe_md *lsm, struct lov_user_md *lump) in osc_getstripe()