Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dxattr.c233 struct lov_user_md *lump = (struct lov_user_md *)value; in ll_setxattr()
236 if (size != 0 && size < sizeof(struct lov_user_md)) in ll_setxattr()
477 struct lov_user_md *lump; in ll_getxattr()
488 rc = sizeof(struct lov_user_md); in ll_getxattr()
527 lump = (struct lov_user_md *)buffer; in ll_getxattr()
Ddir.c689 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump, in ll_dir_setstripe()
1481 struct lov_user_md *lump; in ll_dir_ioctl()
1518 lump = (struct lov_user_md *)arg; in ll_dir_ioctl()
1567 struct lov_user_md *lum; in ll_dir_ioctl()
Dllite_internal.h767 int flags, struct lov_user_md *lum,
772 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump,
Dfile.c1346 int flags, struct lov_user_md *lum, int lum_size) in ll_lov_setstripe_ea_info()
1472 struct lov_user_md *lump; in ll_lov_setea()
1473 int lum_size = sizeof(struct lov_user_md) + in ll_lov_setea()
1484 if (copy_from_user(lump, (struct lov_user_md *)arg, lum_size)) { in ll_lov_setea()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_pack.c413 struct lov_user_md *lump) in lov_getstripe()
502 ((struct lov_user_md *)lmmk)->lmm_layout_gen = lum.lmm_layout_gen; in lov_getstripe()
503 ((struct lov_user_md *)lmmk)->lmm_stripe_count = lum.lmm_stripe_count; in lov_getstripe()
Dlov_internal.h252 struct lov_stripe_md *lsm, struct lov_user_md *lump);
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h257 #define IOC_MDC_GETFILESTRIPE _IOWR(IOC_MDC_TYPE, 21, struct lov_user_md *)
319 #define lov_user_md lov_user_md_v1 macro
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h189 static inline int lov_lum_lsm_cmp(struct lov_user_md *lum, in lov_lum_lsm_cmp()
213 struct lov_user_md *lum) in lov_lum_swab_if_needed()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c343 struct lov_user_md *lum = NULL; in mdc_setattr_pack()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2110 static void print_lum(struct lov_user_md *lum) in print_lum()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2591 static int osc_getstripe(struct lov_stripe_md *lsm, struct lov_user_md *lump) in osc_getstripe()