Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dpathconf.c64 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 Dnfs4_srv_attr.c596 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 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.c259 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 Dnfs3_srv.c3873 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 Dsdev_vfsops.c323 if (VOP_PATHCONF(avp, _PC_ACL_ENABLED, &sdev_data->sdev_acl_flavor, in sdev_mount()
/titanic_44/usr/src/uts/common/fs/
H A Dfs_subr.c697 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &acl_styles, cr, NULL); in fs_acl_nontrivial()
H A Dxattr.c1514 error = VOP_PATHCONF(dvp, _PC_SATTR_ENABLED, &val, cr, NULL); in xattr_dir_lookup()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1138 return (VOP_PATHCONF(vp, cmd, valp, cr, ct)); in lo_pathconf()
/titanic_44/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c601 return (VOP_PATHCONF(dvroot->dv_attrvp, cmd, valp, cr, ct)); in devfs_pathconf()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c552 error = VOP_PATHCONF(backrootvp, _PC_FILESIZEBITS, &maxfilesizebits, in cachefs_mount()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1261 error = VOP_PATHCONF(vp, _PC_ACL_ENABLED, &whichacl, in smb_vop_acl_type()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1098 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1103 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ macro
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1928 error = VOP_PATHCONF(VTOF(vp)->fn_realvp, cmd, in fifo_pathconf()
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c2685 return (VOP_PATHCONF(realvp, cmd, valp, cr, ct)); in spec_pathconf()
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c1526 if (VOP_PATHCONF(sl->sl_data_vp, _PC_FILESIZEBITS, &nbits, in sbd_open_data_file()