Searched refs:lov_user_md (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | xattr.c | 231 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()
|
D | dir.c | 685 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()
|
D | llite_internal.h | 735 int flags, struct lov_user_md *lum, 740 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump,
|
D | file.c | 1337 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/ |
D | lov_pack.c | 392 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()
|
D | lov_internal.h | 215 struct lov_stripe_md *lsm, struct lov_user_md *lump);
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 256 #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/ |
D | mdc_lib.c | 310 struct lov_user_md *lum = NULL; in mdc_setattr_pack()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 1907 static void print_lum(struct lov_user_md *lum) in print_lum()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2536 static int osc_getstripe(struct lov_stripe_md *lsm, struct lov_user_md *lump) in osc_getstripe()
|