Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/fs/smbfs/
HDsmbfs_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()
501 struct smbfattr fattr; in smbfs_create() local
519 error = smbfs_smb_lookup(dnp, name, nmlen, &fattr, scred); in smbfs_create()
522 error = smbfs_nget(VTOVFS(dvp), dvp, name, nmlen, &fattr, &vp); in smbfs_create()
678 struct smbfattr fattr; in smbfs_mkdir() local
693 error = smbfs_smb_lookup(dnp, name, len, &fattr, scred); in smbfs_mkdir()
696 error = smbfs_nget(VTOVFS(dvp), dvp, name, len, &fattr, &vp); in smbfs_mkdir()
1044 struct smbfattr fattr, *fap; in smbfs_lookup() local
[all …]
HDsmbfs_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()
/freebsd-13-stable/include/rpcsvc/
HDnfs_prot.x118 struct fattr { struct
156 fattr attributes;
176 fattr attributes;
210 fattr attributes; /* attributes, need for pagin*/