/illumos-gate/usr/src/uts/common/syscall/ |
H A D | pathconf.c | 62 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 D | nfs4_srv_attr.c | 624 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() 1730 error = VOP_PATHCONF(sarg->cs->vp, _PC_FILESIZEBITS, &val, in rfs4_fattr4_maxfilesize() 1758 error = VOP_PATHCONF(sarg->cs->vp, _PC_FILESIZEBITS, &val, in rfs4_fattr4_maxfilesize() [all …]
|
H A D | nfs_acl_srv.c | 401 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 D | nfs4_srv_readdir.c | 258 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 D | nfs3_srv.c | 3967 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 D | sdev_vfsops.c | 347 if (VOP_PATHCONF(avp, _PC_ACL_ENABLED, &sdev_data->sdev_acl_flavor, in sdev_mount()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 770 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &acl_styles, cr, NULL); in fs_acl_nontrivial()
|
H A D | xattr.c | 1627 error = VOP_PATHCONF(dvp, _PC_SATTR_ENABLED, &val, cr, NULL); in xattr_dir_lookup()
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 1177 return (VOP_PATHCONF(vp, cmd, valp, cr, ct)); in lo_pathconf()
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 603 return (VOP_PATHCONF(dvroot->dv_attrvp, cmd, valp, cr, ct)); in devfs_pathconf()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 1459 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in smb_vop_acl_type()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vnode.h | 1185 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ macro
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1946 error = VOP_PATHCONF(VTOF(vp)->fn_realvp, cmd, in fifo_pathconf()
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2686 return (VOP_PATHCONF(realvp, cmd, valp, cr, ct)); in spec_pathconf()
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 1569 if (VOP_PATHCONF(sl->sl_data_vp, _PC_FILESIZEBITS, &nbits, in sbd_open_data_file()
|