Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpathconf.c62 if (error = VOP_PATHCONF(vp, _PC_SYMLINK_MAX, &val, cr, NULL)) in cpathconf()
116 if (error = VOP_PATHCONF(vp, cmd, &val, cr, NULL)) in cpathconf()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c624 error = VOP_PATHCONF(sarg->cs->vp, _PC_SATTR_EXISTS, in rfs4_fattr4_named_attr()
628 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_named_attr()
644 error = VOP_PATHCONF(sarg->cs->vp, _PC_SATTR_EXISTS, in rfs4_fattr4_named_attr()
647 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_named_attr()
926 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in rfs4_fattr4_acl()
1019 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in rfs4_fattr4_acl()
1253 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_chown_restricted()
1268 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_chown_restricted()
1807 error = VOP_PATHCONF(sarg->cs->vp, _PC_LINK_MAX, &val, in rfs4_fattr4_maxlink()
1821 error = VOP_PATHCONF(sarg->cs->vp, _PC_LINK_MAX, &val, in rfs4_fattr4_maxlink()
[all …]
H A Dnfs_acl_srv.c401 error = VOP_PATHCONF(vp, _PC_SATTR_EXISTS, &val, cr, NULL); in acl2_getxattrdir()
403 error = VOP_PATHCONF(vp, _PC_XATTR_EXISTS, in acl2_getxattrdir()
642 error = VOP_PATHCONF(vp, _PC_SATTR_EXISTS, &val, cr, NULL); in acl3_getxattrdir()
644 error = VOP_PATHCONF(vp, _PC_XATTR_EXISTS, in acl3_getxattrdir()
H A Dnfs4_srv_readdir.c258 error = VOP_PATHCONF(vp, _PC_FILESIZEBITS, &pc_val, cr, NULL); in rfs4_get_pc_encode()
280 error = VOP_PATHCONF(vp, _PC_LINK_MAX, &pc_val, cr, NULL); in rfs4_get_pc_encode()
289 error = VOP_PATHCONF(vp, _PC_NAME_MAX, &pc_val, cr, NULL); in rfs4_get_pc_encode()
952 sattr_error = VOP_PATHCONF(vp, in rfs4_op_readdir()
956 (void) VOP_PATHCONF(vp, in rfs4_op_readdir()
1042 (void) VOP_PATHCONF(vp, in rfs4_op_readdir()
H A Dnfs3_srv.c3967 error = VOP_PATHCONF(vp, _PC_FILESIZEBITS, &l, cr, NULL); in rfs3_fsinfo()
4058 error = VOP_PATHCONF(vp, _PC_LINK_MAX, &val, cr, NULL); in rfs3_pathconf()
4063 error = VOP_PATHCONF(vp, _PC_NAME_MAX, &val, cr, NULL); in rfs3_pathconf()
4068 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &val, cr, NULL); in rfs3_pathconf()
4076 error = VOP_PATHCONF(vp, _PC_CHOWN_RESTRICTED, &val, cr, NULL); in rfs3_pathconf()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c347 if (VOP_PATHCONF(avp, _PC_ACL_ENABLED, &sdev_data->sdev_acl_flavor, in sdev_mount()
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c749 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &acl_styles, cr, NULL); in fs_acl_nontrivial()
H A Dxattr.c1627 error = VOP_PATHCONF(dvp, _PC_SATTR_ENABLED, &val, cr, NULL); in xattr_dir_lookup()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1177 return (VOP_PATHCONF(vp, cmd, valp, cr, ct)); in lo_pathconf()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c603 return (VOP_PATHCONF(dvroot->dv_attrvp, cmd, valp, cr, ct)); in devfs_pathconf()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1459 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in smb_vop_acl_type()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1098 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1105 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1185 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ macro
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1940 error = VOP_PATHCONF(VTOF(vp)->fn_realvp, cmd, in fifo_pathconf()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c2686 return (VOP_PATHCONF(realvp, cmd, valp, cr, ct)); in spec_pathconf()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c1569 if (VOP_PATHCONF(sl->sl_data_vp, _PC_FILESIZEBITS, &nbits, in sbd_open_data_file()