Searched refs:lov_user_md (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | xattr.c | 233 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()
|
D | dir.c | 689 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()
|
D | llite_internal.h | 767 int flags, struct lov_user_md *lum, 772 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump,
|
D | file.c | 1346 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/ |
D | lov_pack.c | 413 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()
|
D | lov_internal.h | 252 struct lov_stripe_md *lsm, struct lov_user_md *lump);
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 257 #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/ |
D | obd.h | 189 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/ |
D | mdc_lib.c | 343 struct lov_user_md *lum = NULL; in mdc_setattr_pack()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 2110 static void print_lum(struct lov_user_md *lum) in print_lum()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2591 static int osc_getstripe(struct lov_stripe_md *lsm, struct lov_user_md *lump) in osc_getstripe()
|