Home
last modified time | relevance | path

Searched refs:symlink_attributes (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/exa/exa-0.10.1/src/fs/feature/
H A Dxattr.rs15 fn symlink_attributes(&self) -> io::Result<Vec<Attribute>>; in symlink_attributes() method
24 fn symlink_attributes(&self) -> io::Result<Vec<Attribute>> { in symlink_attributes() method
35 fn symlink_attributes(&self) -> io::Result<Vec<Attribute>> { in symlink_attributes() method
/dports/net/nfsshell/nfsshell-09cdd52/
H A Dnfs_prot.x501 sattr3 symlink_attributes; member
533 post_op_attr symlink_attributes; member
538 post_op_attr symlink_attributes; member
H A Dnfs_prot.h582 sattr3 symlink_attributes; member
620 post_op_attr symlink_attributes; member
626 post_op_attr symlink_attributes; member
H A Dnfs_prot_xdr.c1203 if (!xdr_sattr3 (xdrs, &objp->symlink_attributes)) in xdr_symlinkdata3()
1281 if (!xdr_post_op_attr (xdrs, &objp->symlink_attributes)) in xdr_READLINK3resok()
1293 if (!xdr_post_op_attr (xdrs, &objp->symlink_attributes)) in xdr_READLINK3resfail()
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/
H A Drpc_nfs3_prot.x387 post_op_attr symlink_attributes; member
392 post_op_attr symlink_attributes; member
520 sattr3 symlink_attributes; member
H A Drpc_nfs3_prot.h373 post_op_attr symlink_attributes; member
379 post_op_attr symlink_attributes; member
536 sattr3 symlink_attributes; member
H A Drpc_nfs3_prot_xdr.c748 if (!xdr_post_op_attr (xdrs, &objp->symlink_attributes)) in xdr_READLINK3resok()
760 if (!xdr_post_op_attr (xdrs, &objp->symlink_attributes)) in xdr_READLINK3resfail()
1069 if (!xdr_sattr3 (xdrs, &objp->symlink_attributes)) in xdr_symlinkdata3()
/dports/net/unfs3/unfs3-0.9.22/
H A Dnfs.h404 post_op_attr symlink_attributes; member
410 post_op_attr symlink_attributes; member
567 sattr3 symlink_attributes; member
H A Dnfs.c323 result.READLINK3res_u.resok.symlink_attributes = in nfsproc3_readlink_3_svc()
638 atomic_attr(argp->symlink.symlink_attributes), exports_rw()); in nfsproc3_symlink_3_svc()
642 if (argp->symlink.symlink_attributes.mode.set_it == TRUE) in nfsproc3_symlink_3_svc()
643 new_mode = create_mode(argp->symlink.symlink_attributes); in nfsproc3_symlink_3_svc()
H A Dxdr.c751 if (!xdr_post_op_attr(xdrs, &objp->symlink_attributes)) in xdr_READLINK3resok()
760 if (!xdr_post_op_attr(xdrs, &objp->symlink_attributes)) in xdr_READLINK3resfail()
1010 if (!xdr_sattr3(xdrs, &objp->symlink_attributes)) in xdr_symlinkdata3()
/dports/net/libnfs/libnfs-libnfs-4.0.0/nfs/
H A Dnfs.x522 sattr3 symlink_attributes; member
554 post_op_attr symlink_attributes; member
559 post_op_attr symlink_attributes; member
H A Dlibnfs-raw-nfs.h612 sattr3 symlink_attributes; member
650 post_op_attr symlink_attributes; member
656 post_op_attr symlink_attributes; member
H A Dlibnfs-raw-nfs.c1145 if (!zdr_sattr3 (zdrs, &objp->symlink_attributes)) in zdr_symlinkdata3()
1211 if (!zdr_post_op_attr (zdrs, &objp->symlink_attributes)) in zdr_READLINK3resok()
1221 if (!zdr_post_op_attr (zdrs, &objp->symlink_attributes)) in zdr_READLINK3resfail()
/dports/net/libnfs/libnfs-libnfs-4.0.0/lib/
H A Dnfs_v3.c1667 args.symlink.symlink_attributes.mode.set_it = 1; in nfs3_symlink_continue_internal()
1668 …args.symlink.symlink_attributes.mode.set_mode3_u.mode = S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_… in nfs3_symlink_continue_internal()