| /onnv-gate/usr/src/uts/common/syscall/ |
| H A D | pathconf.c | 64 if (error = VOP_PATHCONF(vp, _PC_SYMLINK_MAX, &val, cr, NULL)) in cpathconf() 118 if (error = VOP_PATHCONF(vp, cmd, &val, cr, NULL)) in cpathconf()
|
| /onnv-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_srv_attr.c | 584 error = VOP_PATHCONF(sarg->cs->vp, _PC_SATTR_EXISTS, in rfs4_fattr4_named_attr() 588 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_named_attr() 604 error = VOP_PATHCONF(sarg->cs->vp, _PC_SATTR_EXISTS, in rfs4_fattr4_named_attr() 607 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_named_attr() 886 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in rfs4_fattr4_acl() 979 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in rfs4_fattr4_acl() 1213 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_chown_restricted() 1228 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_chown_restricted() 1678 error = VOP_PATHCONF(sarg->cs->vp, _PC_FILESIZEBITS, &val, in rfs4_fattr4_maxfilesize() 1706 error = VOP_PATHCONF(sarg->cs->vp, _PC_FILESIZEBITS, &val, in rfs4_fattr4_maxfilesize() [all …]
|
| H A D | nfs_acl_srv.c | 399 error = VOP_PATHCONF(vp, _PC_SATTR_EXISTS, &val, cr, NULL); in acl2_getxattrdir() 401 error = VOP_PATHCONF(vp, _PC_XATTR_EXISTS, in acl2_getxattrdir() 672 error = VOP_PATHCONF(vp, _PC_SATTR_EXISTS, &val, cr, NULL); in acl3_getxattrdir() 674 error = VOP_PATHCONF(vp, _PC_XATTR_EXISTS, in acl3_getxattrdir()
|
| H A D | nfs4_srv_readdir.c | 252 error = VOP_PATHCONF(vp, _PC_FILESIZEBITS, &pc_val, cr, NULL); in rfs4_get_pc_encode() 274 error = VOP_PATHCONF(vp, _PC_LINK_MAX, &pc_val, cr, NULL); in rfs4_get_pc_encode() 283 error = VOP_PATHCONF(vp, _PC_NAME_MAX, &pc_val, cr, NULL); in rfs4_get_pc_encode() 935 sattr_error = VOP_PATHCONF(vp, in rfs4_op_readdir() 939 (void) VOP_PATHCONF(vp, in rfs4_op_readdir() 1028 (void) VOP_PATHCONF(vp, in rfs4_op_readdir()
|
| H A D | nfs3_srv.c | 4240 error = VOP_PATHCONF(vp, _PC_FILESIZEBITS, &l, cr, NULL); in rfs3_fsinfo() 4337 error = VOP_PATHCONF(vp, _PC_LINK_MAX, &val, cr, NULL); in rfs3_pathconf() 4342 error = VOP_PATHCONF(vp, _PC_NAME_MAX, &val, cr, NULL); in rfs3_pathconf() 4347 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &val, cr, NULL); in rfs3_pathconf() 4355 error = VOP_PATHCONF(vp, _PC_CHOWN_RESTRICTED, &val, cr, NULL); in rfs3_pathconf()
|
| /onnv-gate/usr/src/uts/common/fs/dev/ |
| H A D | sdev_vfsops.c | 323 if (VOP_PATHCONF(avp, _PC_ACL_ENABLED, &sdev_data->sdev_acl_flavor, in sdev_mount()
|
| /onnv-gate/usr/src/uts/common/fs/ |
| H A D | fs_subr.c | 743 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &acl_styles, cr, NULL); in fs_acl_nontrivial()
|
| H A D | xattr.c | 1514 error = VOP_PATHCONF(dvp, _PC_SATTR_ENABLED, &val, cr, NULL); in xattr_dir_lookup()
|
| /onnv-gate/usr/src/uts/common/fs/lofs/ |
| H A D | lofs_vnops.c | 1138 return (VOP_PATHCONF(vp, cmd, valp, cr, ct)); in lo_pathconf()
|
| /onnv-gate/usr/src/uts/common/fs/devfs/ |
| H A D | devfs_vnops.c | 601 return (VOP_PATHCONF(dvroot->dv_attrvp, cmd, valp, cr, ct)); in devfs_pathconf()
|
| /onnv-gate/usr/src/uts/common/fs/cachefs/ |
| H A D | cachefs_vfsops.c | 552 error = VOP_PATHCONF(backrootvp, _PC_FILESIZEBITS, &maxfilesizebits, in cachefs_mount()
|
| /onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_vops.c | 1242 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, kcred, NULL); in smb_vop_acl_type()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | vnode.h | 1101 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ macro
|
| /onnv-gate/usr/src/uts/common/fs/fifofs/ |
| H A D | fifovnops.c | 1928 error = VOP_PATHCONF(VTOF(vp)->fn_realvp, cmd, in fifo_pathconf()
|
| /onnv-gate/usr/src/uts/common/fs/specfs/ |
| H A D | specvnops.c | 2688 return (VOP_PATHCONF(realvp, cmd, valp, cr, ct)); in spec_pathconf()
|
| /onnv-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
| H A D | sbd.c | 1492 if (VOP_PATHCONF(sl->sl_data_vp, _PC_FILESIZEBITS, &nbits, in sbd_open_data_file()
|