Searched refs:layout_type (Results 1 – 15 of 15) sorted by relevance
/linux/fs/nfsd/ |
H A D | nfs4layouts.c | 228 struct nfs4_stid *parent, u32 layout_type) in nfsd4_alloc_layout_stateid() argument 249 ls->ls_layout_type = layout_type; in nfsd4_alloc_layout_stateid() 282 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp) in nfsd4_preprocess_layout_stateid() argument 304 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid() 318 if (layout_type != ls->ls_layout_type) in nfsd4_preprocess_layout_stateid()
|
H A D | pnfs.h | 57 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp);
|
H A D | nfs4proc.c | 2306 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type) in nfsd4_layout_verify() argument 2313 if (layout_type >= LAYOUT_TYPE_MAX || in nfsd4_layout_verify() 2314 !(exp->ex_layout_types & (1 << layout_type))) { in nfsd4_layout_verify() 2316 __func__, layout_type); in nfsd4_layout_verify() 2320 return nfsd4_layout_ops[layout_type]; in nfsd4_layout_verify()
|
/linux/fs/nfs/ |
H A D | pnfs_dev.c | 132 pdev->layout_type = server->pnfs_curr_ld->id; in nfs4_get_device_info()
|
H A D | pnfs.h | 225 unsigned int layout_type; member
|
H A D | nfs42xdr.c | 405 *p++ = cpu_to_be32(devinfo->layout_type); in encode_layoutstats()
|
H A D | nfs4xdr.c | 2020 *p++ = cpu_to_be32(args->pdev->layout_type); in encode_getdeviceinfo() 2102 *p++ = cpu_to_be32(args->layout_type); in encode_layoutreturn() 5998 if (type != pdev->layout_type) { in decode_getdeviceinfo() 6000 __func__, pdev->layout_type, type); in decode_getdeviceinfo()
|
H A D | pnfs.c | 1339 args->layout_type = NFS_SERVER(inode)->pnfs_curr_ld->id; in pnfs_init_layoutreturn_args()
|
/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_cmds.c | 921 switch (in->layout_type) { in pkt_session_set_property_1x() 930 mvc->layout_type = in->layout_type; in pkt_session_set_property_1x()
|
H A D | hfi_helper.h | 1115 u32 layout_type; member
|
/linux/fs/bcachefs/ |
H A D | super-io.c | 291 if (layout->layout_type != 0) { in validate_sb_layout() 293 layout->layout_type); in validate_sb_layout() 1347 prt_printf(out, "Type: %u", l->layout_type); in bch2_sb_layout_to_text()
|
H A D | bcachefs_format.h | 710 __u8 layout_type; member
|
/linux/include/linux/ |
H A D | nfs_xdr.h | 331 __u32 layout_type; member 368 __u32 layout_type; member
|
/linux/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 383 layout_type(main_variant); in relayout_struct()
|
/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 2557 devinfo->layout_type = LAYOUT_FLEX_FILES; in ff_layout_prepare_layoutstats()
|