Home
last modified time | relevance | path

Searched refs:fattr (Results 1 – 7 of 7) sorted by relevance

/src/sys/fs/smbfs/
H A Dsmbfs_vnops.c236 struct smbfattr fattr; in smbfs_getattr() local
249 error = smbfs_smb_lookup(np, NULL, 0, &fattr, scred); in smbfs_getattr()
255 smbfs_attr_cacheenter(vp, &fattr); in smbfs_getattr()
500 struct smbfattr fattr; in smbfs_create() local
518 error = smbfs_smb_lookup(dnp, name, nmlen, &fattr, scred); in smbfs_create()
521 error = smbfs_nget(VTOVFS(dvp), dvp, name, nmlen, &fattr, &vp); in smbfs_create()
690 struct smbfattr fattr; in smbfs_mkdir() local
705 error = smbfs_smb_lookup(dnp, name, len, &fattr, scred); in smbfs_mkdir()
708 error = smbfs_nget(VTOVFS(dvp), dvp, name, len, &fattr, &vp); in smbfs_mkdir()
1057 struct smbfattr fattr, *fap; in smbfs_lookup() local
[all …]
H A Dsmbfs_vfsops.c314 struct smbfattr fattr; in smbfs_root() local
329 error = smbfs_smb_lookup(NULL, NULL, 0, &fattr, scred); in smbfs_root()
332 error = smbfs_nget(mp, NULL, NULL, 0, &fattr, &vp); in smbfs_root()
/src/include/rpcsvc/
H A Dnfs_prot.x110 struct fattr { struct
148 fattr attributes;
168 fattr attributes;
202 fattr attributes; /* attributes, need for pagin*/
/src/contrib/libdiff/test/
H A Dtest016.right.txt78 if (pledge("stdio rpath wpath cpath fattr flock proc exec sendfd "
H A Dtest116.left-P.txt78 if (pledge("stdio rpath wpath cpath fattr flock proc exec sendfd "
H A Dtest016.left.txt78 if (pledge("stdio rpath wpath cpath fattr flock proc exec sendfd "
H A Dtest116.right-P.txt78 if (pledge("stdio rpath wpath cpath fattr flock proc exec sendfd "