Home
last modified time | relevance | path

Searched refs:layout_type (Results 1 – 15 of 15) sorted by relevance

/linux/fs/nfsd/
H A Dnfs4layouts.c228 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 Dpnfs.h57 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp);
H A Dnfs4proc.c2194 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type) in nfsd4_layout_verify() argument
2201 if (layout_type >= LAYOUT_TYPE_MAX || in nfsd4_layout_verify()
2202 !(exp->ex_layout_types & (1 << layout_type))) { in nfsd4_layout_verify()
2204 __func__, layout_type); in nfsd4_layout_verify()
2208 return nfsd4_layout_ops[layout_type]; in nfsd4_layout_verify()
/linux/fs/nfs/
H A Dpnfs_dev.c132 pdev->layout_type = server->pnfs_curr_ld->id; in nfs4_get_device_info()
H A Dpnfs.h225 unsigned int layout_type; member
H A Dnfs42xdr.c403 *p++ = cpu_to_be32(devinfo->layout_type); in encode_layoutstats()
H A Dnfs4xdr.c2028 *p++ = cpu_to_be32(args->pdev->layout_type); in encode_getdeviceinfo()
2110 *p++ = cpu_to_be32(args->layout_type); in encode_layoutreturn()
6015 if (type != pdev->layout_type) { in decode_getdeviceinfo()
6017 __func__, pdev->layout_type, type); in decode_getdeviceinfo()
H A Dpnfs.c1339 args->layout_type = NFS_SERVER(inode)->pnfs_curr_ld->id; in pnfs_init_layoutreturn_args()
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c921 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 Dhfi_helper.h1115 u32 layout_type; member
/linux/fs/bcachefs/
H A Dsuper-io.c274 if (layout->layout_type != 0) { in validate_sb_layout()
276 layout->layout_type); in validate_sb_layout()
1273 prt_printf(out, "Type: %u", l->layout_type); in bch2_sb_layout_to_text()
H A Dbcachefs_format.h702 __u8 layout_type; member
/linux/include/linux/
H A Dnfs_xdr.h331 __u32 layout_type; member
368 __u32 layout_type; member
/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c383 layout_type(main_variant); in relayout_struct()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c2505 devinfo->layout_type = LAYOUT_FLEX_FILES; in ff_layout_mirror_prepare_stats()