Home
last modified time | relevance | path

Searched refs:listxattrs (Results 1 – 19 of 19) sorted by relevance

/dports/devel/py-fs/fs-0.5.4/fs/tests/
H A Dtest_xattr.py40 self.assertEquals(sorted(self.fs.listxattrs(p)),[])
94 def listxattrs(path): function
95 return list(self.fs.listxattrs(path))
98 self.assertEquals(listxattrs("myfile"),[])
100 self.assertEquals(listxattrs("myfile"),["testattr"])
104 self.assertEquals(listxattrs("myfile"),[])
113 def listxattrs(path): function
114 return list(self.fs.listxattrs(path))
117 self.assertEquals(listxattrs("mydir"),[])
119 self.assertEquals(listxattrs("mydir"),["testattr"])
[all …]
/dports/devel/py-fs/fs-0.5.4/fs/osfs/
H A Dxattrs.py51 def listxattrs(self, path): member in OSFSXAttrMixin
71 def listxattrs(self,path): member in OSFSXAttrMixin
/dports/devel/py-fs/fs-0.5.4/fs/expose/
H A Dxmlrpc.py154 def listxattrs(self, path): member in RPCFSInterface
156 return [self.encode_path(a) for a in self.fs.listxattrs(path)]
/dports/devel/py-fs/fs-0.5.4/fs/
H A Drpcfs.py335 def listxattrs(self, path): member in RPCFS
337 return [self.decode_path(a) for a in self.fs.listxattrs(path)]
H A Dxattrs.py132 def listxattrs(self,path): member in SimulateXAttr
H A Dmountfs.py534 def listxattrs(self,path): member in MountFS
541 return fs.listxattrs(delegate_path)
H A Dmemoryfs.py692 def listxattrs(self, path): member in MemoryFS
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfsd/
H A Dnfs4xdr.c2174 struct nfsd4_listxattrs *listxattrs) in nfsd4_decode_listxattrs() argument
2185 if (listxattrs->lsxa_cookie >= in nfsd4_decode_listxattrs()
2196 listxattrs->lsxa_maxcount = maxcount; in nfsd4_decode_listxattrs()
5031 u64 cookie = listxattrs->lsxa_cookie; in nfsd4_listxattr_validate_cookie()
5041 if (cookie > (listxattrs->lsxa_maxcount / in nfsd4_listxattr_validate_cookie()
5051 struct nfsd4_listxattrs *listxattrs) in nfsd4_encode_listxattrs() argument
5082 left = listxattrs->lsxa_len; in nfsd4_encode_listxattrs()
5083 sp = listxattrs->lsxa_buf; in nfsd4_encode_listxattrs()
5086 xdrleft = listxattrs->lsxa_maxcount; in nfsd4_encode_listxattrs()
5155 if (listxattrs->lsxa_len) in nfsd4_encode_listxattrs()
[all …]
H A Dxdr4.h668 struct nfsd4_listxattrs listxattrs; member
H A Dnfs4proc.c2144 &u->listxattrs.lsxa_buf, &u->listxattrs.lsxa_len); in nfsd4_listxattrs()
2796 rlen = min(op->u.listxattrs.lsxa_maxcount, maxcount); in nfsd4_listxattrs_rsize()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfsd/
H A Dnfs4xdr.c2174 struct nfsd4_listxattrs *listxattrs) in nfsd4_decode_listxattrs() argument
2185 if (listxattrs->lsxa_cookie >= in nfsd4_decode_listxattrs()
2196 listxattrs->lsxa_maxcount = maxcount; in nfsd4_decode_listxattrs()
5031 u64 cookie = listxattrs->lsxa_cookie; in nfsd4_listxattr_validate_cookie()
5041 if (cookie > (listxattrs->lsxa_maxcount / in nfsd4_listxattr_validate_cookie()
5051 struct nfsd4_listxattrs *listxattrs) in nfsd4_encode_listxattrs() argument
5082 left = listxattrs->lsxa_len; in nfsd4_encode_listxattrs()
5083 sp = listxattrs->lsxa_buf; in nfsd4_encode_listxattrs()
5086 xdrleft = listxattrs->lsxa_maxcount; in nfsd4_encode_listxattrs()
5155 if (listxattrs->lsxa_len) in nfsd4_encode_listxattrs()
[all …]
H A Dxdr4.h668 struct nfsd4_listxattrs listxattrs; member
H A Dnfs4proc.c2144 &u->listxattrs.lsxa_buf, &u->listxattrs.lsxa_len); in nfsd4_listxattrs()
2796 rlen = min(op->u.listxattrs.lsxa_maxcount, maxcount); in nfsd4_listxattrs_rsize()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfsd/
H A Dnfs4xdr.c2174 struct nfsd4_listxattrs *listxattrs) in nfsd4_decode_listxattrs() argument
2185 if (listxattrs->lsxa_cookie >= in nfsd4_decode_listxattrs()
2196 listxattrs->lsxa_maxcount = maxcount; in nfsd4_decode_listxattrs()
5031 u64 cookie = listxattrs->lsxa_cookie; in nfsd4_listxattr_validate_cookie()
5041 if (cookie > (listxattrs->lsxa_maxcount / in nfsd4_listxattr_validate_cookie()
5051 struct nfsd4_listxattrs *listxattrs) in nfsd4_encode_listxattrs() argument
5082 left = listxattrs->lsxa_len; in nfsd4_encode_listxattrs()
5083 sp = listxattrs->lsxa_buf; in nfsd4_encode_listxattrs()
5086 xdrleft = listxattrs->lsxa_maxcount; in nfsd4_encode_listxattrs()
5155 if (listxattrs->lsxa_len) in nfsd4_encode_listxattrs()
[all …]
H A Dxdr4.h668 struct nfsd4_listxattrs listxattrs; member
H A Dnfs4proc.c2144 &u->listxattrs.lsxa_buf, &u->listxattrs.lsxa_len); in nfsd4_listxattrs()
2796 rlen = min(op->u.listxattrs.lsxa_maxcount, maxcount); in nfsd4_listxattrs_rsize()
/dports/devel/py-fs/fs-0.5.4/fs/wrapfs/
H A D__init__.py417 def listxattrs(self, path): member in WrapFS
419 return self.wrapped_fs.listxattrs(self._encode(path))
/dports/devel/py-fs/fs-0.5.4/fs/expose/fuse/
H A D__init__.py227 return self.fs.listxattrs(path)
/dports/devel/py-fs/fs-0.5.4/fs/contrib/davfs/
H A D__init__.py803 def listxattrs(self,path): member in DAVFS