Searched refs:fid2 (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/fs/coda/ |
H A D | cnode.c | 13 static inline int coda_fideq(struct CodaFid *fid1, struct CodaFid *fid2) coda_fideq() argument 15 return memcmp(fid1, fid2, sizeof(*fid1)) == 0; coda_fideq()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_fid.h | 622 static inline int lu_fid_diff(struct lu_fid *fid1, struct lu_fid *fid2) lu_fid_diff() argument 624 LASSERTF(fid_seq(fid1) == fid_seq(fid2), "fid1:"DFID", fid2:"DFID"\n", lu_fid_diff() 625 PFID(fid1), PFID(fid2)); lu_fid_diff() 627 if (fid_is_idif(fid1) && fid_is_idif(fid2)) lu_fid_diff() 629 fid_idif_id(fid2->f_seq, fid2->f_oid, fid2->f_ver); lu_fid_diff() 631 return fid_oid(fid1) - fid_oid(fid2); lu_fid_diff()
|
H A D | obd.h | 898 struct lu_fid op_fid2; /* operation fid2 (usually child) */
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
H A D | mdc_lib.c | 65 b->fid2 = *cfid; mdc_is_subdir_pack() 77 b->fid2 = op_data->op_fid2; mdc_swap_layouts_pack() 440 b->fid2 = op_data->op_fid2; mdc_getattr_pack()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
H A D | lmv_intent.c | 189 CDEBUG(D_INODE, "OPEN_INTENT with fid1=" DFID ", fid2=" DFID ", name='%s' -> mds #%d\n", lmv_intent_open() 261 CDEBUG(D_INODE, "LOOKUP_INTENT with fid1="DFID", fid2="DFID lmv_intent_lookup()
|
H A D | lmv_obd.c | 1957 * Cancel UPDATE locks on tgt parent (fid2), tgt_tgt is its lmv_rename()
|
/linux-4.4.14/drivers/media/platform/ti-vpe/ |
H A D | vpdma_priv.h | 585 static inline u32 ctd_set_fid_ctl(int fid0, int fid1, int fid2) ctd_set_fid_ctl() argument 587 return (fid2 << CTD_FID2_SHFT) | (fid1 << CTD_FID1_SHFT) | fid0; ctd_set_fid_ctl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | pack_generic.c | 1677 lustre_swab_lu_fid(&b->fid2); lustre_swab_mdt_body()
|
H A D | wiretest.c | 1846 LASSERTF((int)offsetof(struct mdt_body, fid2) == 16, "found %lld\n", lustre_assert_wire_constants() 1847 (long long)(int)offsetof(struct mdt_body, fid2)); lustre_assert_wire_constants() 1848 LASSERTF((int)sizeof(((struct mdt_body *)0)->fid2) == 16, "found %lld\n", lustre_assert_wire_constants() 1849 (long long)(int)sizeof(((struct mdt_body *)0)->fid2)); lustre_assert_wire_constants()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
H A D | lustre_idl.h | 2201 struct lu_fid fid2; member in struct:mdt_body 3666 * fid1 and fid2 are in mdt_body
|
Completed in 417 milliseconds