Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4layouts.c213 struct nfs4_stid *parent, u32 layout_type) in nfsd4_alloc_layout_stateid() argument
234 ls->ls_layout_type = layout_type; in nfsd4_alloc_layout_stateid()
267 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp) in nfsd4_preprocess_layout_stateid() argument
289 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid()
303 if (layout_type != ls->ls_layout_type) in nfsd4_preprocess_layout_stateid()
H A Dpnfs.h56 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp);
H A Dnfs4proc.c1834 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type) in nfsd4_layout_verify() argument
1841 if (layout_type >= LAYOUT_TYPE_MAX || in nfsd4_layout_verify()
1842 !(exp->ex_layout_types & (1 << layout_type))) { in nfsd4_layout_verify()
1844 __func__, layout_type); in nfsd4_layout_verify()
1848 return nfsd4_layout_ops[layout_type]; in nfsd4_layout_verify()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dstor-layout.h60 extern void layout_type (tree);
H A Dtree.def250 layout_type does not know how to lay this out,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dstor-layout.h60 extern void layout_type (tree);
H A Dtree.def250 layout_type does not know how to lay this out,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dpnfs_dev.c133 pdev->layout_type = server->pnfs_curr_ld->id; in nfs4_get_device_info()
H A Dpnfs.h221 unsigned int layout_type; member
H A Dnfs42xdr.c384 *p++ = cpu_to_be32(devinfo->layout_type); in encode_layoutstats()
H A Dnfs4xdr.c1958 *p++ = cpu_to_be32(args->pdev->layout_type); in encode_getdeviceinfo()
2040 *p++ = cpu_to_be32(args->layout_type); in encode_layoutreturn()
5843 if (type != pdev->layout_type) { in decode_getdeviceinfo()
5845 __func__, pdev->layout_type, type); in decode_getdeviceinfo()
H A Dpnfs.c1230 args->layout_type = NFS_SERVER(inode)->pnfs_curr_ld->id; in pnfs_init_layoutreturn_args()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c908 switch (in->layout_type) { in pkt_session_set_property_1x()
917 mvc->layout_type = in->layout_type; in pkt_session_set_property_1x()
H A Dhfi_helper.h1001 u32 layout_type; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h328 __u32 layout_type; member
365 __u32 layout_type; member
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c411 layout_type(main_variant); in relayout_struct()
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c2441 devinfo->layout_type = LAYOUT_FLEX_FILES; in ff_layout_mirror_prepare_stats()