/titanic_44/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()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_attr.c | 596 error = VOP_PATHCONF(sarg->cs->vp, _PC_SATTR_EXISTS, in rfs4_fattr4_named_attr() 600 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_named_attr() 616 error = VOP_PATHCONF(sarg->cs->vp, _PC_SATTR_EXISTS, in rfs4_fattr4_named_attr() 619 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_named_attr() 898 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in rfs4_fattr4_acl() 991 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in rfs4_fattr4_acl() 1225 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_chown_restricted() 1240 error = VOP_PATHCONF(sarg->cs->vp, in rfs4_fattr4_chown_restricted() 1691 error = VOP_PATHCONF(sarg->cs->vp, _PC_FILESIZEBITS, &val, in rfs4_fattr4_maxfilesize() 1719 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 | 259 error = VOP_PATHCONF(vp, _PC_FILESIZEBITS, &pc_val, cr, NULL); in rfs4_get_pc_encode() 281 error = VOP_PATHCONF(vp, _PC_LINK_MAX, &pc_val, cr, NULL); in rfs4_get_pc_encode() 290 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() 1045 (void) VOP_PATHCONF(vp, in rfs4_op_readdir()
|
H A D | nfs3_srv.c | 3873 error = VOP_PATHCONF(vp, _PC_FILESIZEBITS, &l, cr, NULL); in rfs3_fsinfo() 3961 error = VOP_PATHCONF(vp, _PC_LINK_MAX, &val, cr, NULL); in rfs3_pathconf() 3966 error = VOP_PATHCONF(vp, _PC_NAME_MAX, &val, cr, NULL); in rfs3_pathconf() 3971 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &val, cr, NULL); in rfs3_pathconf() 3979 error = VOP_PATHCONF(vp, _PC_CHOWN_RESTRICTED, &val, cr, NULL); in rfs3_pathconf()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 697 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()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 1138 return (VOP_PATHCONF(vp, cmd, valp, cr, ct)); in lo_pathconf()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 552 error = VOP_PATHCONF(backrootvp, _PC_FILESIZEBITS, &maxfilesizebits, in cachefs_mount()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 1261 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in smb_vop_acl_type()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1098 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1103 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ macro
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1928 error = VOP_PATHCONF(VTOF(vp)->fn_realvp, cmd, in fifo_pathconf()
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2685 return (VOP_PATHCONF(realvp, cmd, valp, cr, ct)); in spec_pathconf()
|
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 1526 if (VOP_PATHCONF(sl->sl_data_vp, _PC_FILESIZEBITS, &nbits, in sbd_open_data_file()
|