SMB_VFS_STAT      175 source3/modules/nfs4_acls.c 		ret = SMB_VFS_STAT(conn, filename, psbuf);
SMB_VFS_STAT      268 source3/modules/onefs_open.c 			ret = SMB_VFS_STAT(conn, path, psbuf);
SMB_VFS_STAT     1685 source3/modules/onefs_open.c 		if (SMB_VFS_STAT(conn, fname, &sbuf) == -1) {
SMB_VFS_STAT     2084 source3/modules/onefs_open.c 			if (SMB_VFS_STAT(conn, fname, &sbuf) == -1) {
SMB_VFS_STAT      664 source3/modules/onefs_streams.c 		ret = SMB_VFS_STAT(handle->conn, fname, &sbuf);
SMB_VFS_STAT      201 source3/modules/vfs_acl_tdb.c 			ret = SMB_VFS_STAT(handle->conn, name, &sbuf);
SMB_VFS_STAT      293 source3/modules/vfs_acl_tdb.c 			ret = SMB_VFS_STAT(handle->conn, fsp->fsp_name, &sbuf);
SMB_VFS_STAT      343 source3/modules/vfs_acl_tdb.c 		ret = SMB_VFS_STAT(handle->conn, fname, &sbuf);
SMB_VFS_STAT      519 source3/modules/vfs_acl_tdb.c 				ret = SMB_VFS_STAT(handle->conn,fname, &sbuf);
SMB_VFS_STAT      616 source3/modules/vfs_acl_tdb.c 		ret = SMB_VFS_STAT(handle->conn, path, &sbuf);
SMB_VFS_STAT      665 source3/modules/vfs_acl_tdb.c 		ret = SMB_VFS_STAT(handle->conn, path, &sbuf);
SMB_VFS_STAT      769 source3/modules/vfs_acl_tdb.c 				ret = SMB_VFS_STAT(fsp->conn,fsp->fsp_name, &sbuf);
SMB_VFS_STAT      862 source3/modules/vfs_acl_tdb.c 		ret = SMB_VFS_STAT(handle->conn, path, &sbuf);
SMB_VFS_STAT      899 source3/modules/vfs_acl_tdb.c 			ret = SMB_VFS_STAT(fsp->conn,fsp->fsp_name, &sbuf);
SMB_VFS_STAT      387 source3/modules/vfs_acl_xattr.c 				ret = SMB_VFS_STAT(handle->conn,fname, &sbuf);
SMB_VFS_STAT      569 source3/modules/vfs_acl_xattr.c 				ret = SMB_VFS_STAT(fsp->conn,fsp->fsp_name, &sbuf);
SMB_VFS_STAT      669 source3/modules/vfs_afsacl.c 		ret = SMB_VFS_STAT(conn, name, &sbuf);
SMB_VFS_STAT      114 source3/modules/vfs_default.c 	ret = SMB_VFS_STAT(conn, conn->connectpath, &st);
SMB_VFS_STAT     1136 source3/modules/vfs_default.c 			ret = SMB_VFS_STAT(handle->conn, fname, &sbuf);
SMB_VFS_STAT      254 source3/modules/vfs_hpuxacl.c 		ret = SMB_VFS_STAT(handle->conn, name, &s);
SMB_VFS_STAT      168 source3/modules/vfs_solarisacl.c 	if (SMB_VFS_STAT(handle->conn, name, &s) != 0) {
SMB_VFS_STAT      155 source3/modules/vfs_streams_xattr.c 		ret = SMB_VFS_STAT(handle->conn, io->base, sbuf);
SMB_VFS_STAT      200 source3/modules/vfs_streams_xattr.c 	if (SMB_VFS_STAT(handle->conn, base, sbuf) == -1) {
SMB_VFS_STAT      732 source3/modules/vfs_streams_xattr.c 			ret = SMB_VFS_STAT(handle->conn, fname, &sbuf);
SMB_VFS_STAT      222 source3/modules/vfs_xattr_tdb.c 		ret = SMB_VFS_STAT(handle->conn, path, &sbuf);
SMB_VFS_STAT      351 source3/modules/vfs_xattr_tdb.c 		ret = SMB_VFS_STAT(handle->conn, path, &sbuf);
SMB_VFS_STAT      463 source3/modules/vfs_xattr_tdb.c 		ret = SMB_VFS_STAT(handle->conn, path, &sbuf);
SMB_VFS_STAT      570 source3/modules/vfs_xattr_tdb.c 		ret = SMB_VFS_STAT(handle->conn, path, &sbuf);
SMB_VFS_STAT      655 source3/modules/vfs_xattr_tdb.c 		ret = SMB_VFS_STAT(handle->conn, path, &sbuf);
SMB_VFS_STAT      700 source3/modules/vfs_xattr_tdb.c 		ret = SMB_VFS_STAT(handle->conn, path, &sbuf);
SMB_VFS_STAT      369 source3/smbd/close.c 		ret = SMB_VFS_STAT(conn,fsp->fsp_name,&sbuf);
SMB_VFS_STAT      494 source3/smbd/close.c 			ret = SMB_VFS_STAT(fsp->conn,fsp->fsp_name,&sbuf);
SMB_VFS_STAT      627 source3/smbd/dir.c 	if (SMB_VFS_STAT(dptr->conn, pathreal, pst) == 0) {
SMB_VFS_STAT      896 source3/smbd/dir.c 			if (!VALID_STAT(sbuf) && (SMB_VFS_STAT(conn, pathreal, &sbuf)) != 0) {
SMB_VFS_STAT     1062 source3/smbd/dir.c 		if (!VALID_STAT(*pst) && (SMB_VFS_STAT(conn, entry, pst) != 0))
SMB_VFS_STAT       84 source3/smbd/dosmode.c 		if (SMB_VFS_STAT(conn, inherit_from_dir, &sbuf) != 0) {
SMB_VFS_STAT      562 source3/smbd/dosmode.c 		if (SMB_VFS_STAT(conn,fname,st))
SMB_VFS_STAT       77 source3/smbd/file_access.c 	if(SMB_VFS_STAT(conn, dname, &sbuf) != 0) {
SMB_VFS_STAT       96 source3/smbd/file_access.c 		if(SMB_VFS_STAT(conn, fname, &sbuf_file) != 0) {
SMB_VFS_STAT      164 source3/smbd/file_access.c 		if(SMB_VFS_STAT(conn, fname, psbuf) != 0) {
SMB_VFS_STAT      952 source3/smbd/fileio.c 		return SMB_VFS_STAT(fsp->conn, fsp->fsp_name, pst);
SMB_VFS_STAT      176 source3/smbd/filename.c 		if (SMB_VFS_STAT(conn,name,&st) == 0) {
SMB_VFS_STAT      278 source3/smbd/filename.c 		ret = SMB_VFS_STAT(conn,name,&st);
SMB_VFS_STAT      396 source3/smbd/filename.c 			ret = SMB_VFS_STAT(conn,name, &st);
SMB_VFS_STAT      625 source3/smbd/filename.c 					ret = SMB_VFS_STAT(conn,name, &st);
SMB_VFS_STAT      947 source3/smbd/filename.c 	if (SMB_VFS_STAT(conn, result, &st) == 0) {
SMB_VFS_STAT     1001 source3/smbd/filename.c 	if (SMB_VFS_STAT(conn, result, pst) == 0) {
SMB_VFS_STAT      200 source3/smbd/open.c 	ret = SMB_VFS_STAT(conn, inherit_from_dir, &parent_st);
SMB_VFS_STAT      236 source3/smbd/open.c 	ret = SMB_VFS_STAT(conn, inherit_from_dir, &parent_st);
SMB_VFS_STAT      270 source3/smbd/open.c 	if (SMB_VFS_STAT(conn,".",&sbuf) == -1) {
SMB_VFS_STAT      522 source3/smbd/open.c 			ret = SMB_VFS_STAT(conn, path, psbuf);
SMB_VFS_STAT     2428 source3/smbd/open.c 			if (SMB_VFS_STAT(conn, fname, psbuf) != 0) {
SMB_VFS_STAT     2916 source3/smbd/open.c 		if (SMB_VFS_STAT(conn, fname, &sbuf) == -1) {
SMB_VFS_STAT     3469 source3/smbd/open.c 			if (SMB_VFS_STAT(conn, fname, &sbuf) == -1) {
SMB_VFS_STAT     3354 source3/smbd/posix_acls.c 		ret = SMB_VFS_STAT(conn, name, &sbuf);
SMB_VFS_STAT     3445 source3/smbd/posix_acls.c 		ret = SMB_VFS_STAT(conn,fname,&st);
SMB_VFS_STAT     3701 source3/smbd/posix_acls.c 			sret = SMB_VFS_STAT(fsp->conn,fsp->fsp_name, &sbuf);
SMB_VFS_STAT     3752 source3/smbd/posix_acls.c 				sret = SMB_VFS_STAT(fsp->conn, fsp->fsp_name, &sbuf);
SMB_VFS_STAT     3762 source3/smbd/posix_acls.c 					sret = SMB_VFS_STAT(fsp->conn, fsp->fsp_name, &sbuf);
SMB_VFS_STAT      927 source3/smbd/reply.c 			ret = SMB_VFS_STAT(conn,name,&sbuf);
SMB_VFS_STAT     1045 source3/smbd/reply.c 				ret = SMB_VFS_STAT(conn,fname,&sbuf);
SMB_VFS_STAT     2152 source3/smbd/reply.c 	SMB_VFS_STAT(conn,fname,&sbuf);
SMB_VFS_STAT     2294 source3/smbd/reply.c 		ret = SMB_VFS_STAT(conn,fname,&sbuf);
SMB_VFS_STAT     5232 source3/smbd/reply.c 		if(SMB_VFS_STAT(conn, directory, &st) != 0) {
SMB_VFS_STAT     5776 source3/smbd/reply.c 			ret = SMB_VFS_STAT(conn,fsp->fsp_name,&sbuf);
SMB_VFS_STAT     5996 source3/smbd/reply.c 			SMB_VFS_STAT(conn, directory, &sbuf1);
SMB_VFS_STAT     6116 source3/smbd/reply.c 			SMB_VFS_STAT(conn, fname, &sbuf1);
SMB_VFS_STAT     6362 source3/smbd/reply.c 	if (SMB_VFS_STAT(conn,dest,&sbuf2) == -1) {
SMB_VFS_STAT     7342 source3/smbd/reply.c 			ret = SMB_VFS_STAT(conn, fsp->fsp_name, &sbuf);
SMB_VFS_STAT      999 source3/smbd/service.c 	if ((ret = SMB_VFS_STAT(conn, conn->connectpath, &st)) != 0 ||
SMB_VFS_STAT      277 source3/smbd/statcache.c 	if (SMB_VFS_STAT(conn, translated_path, pst) != 0) {
SMB_VFS_STAT     1386 source3/smbd/trans2.c 			} else if (!VALID_STAT(sbuf) && SMB_VFS_STAT(conn,pathreal,&sbuf) != 0) {
SMB_VFS_STAT     2601 source3/smbd/trans2.c 	if(SMB_VFS_STAT(conn,".",&st)!=0) {
SMB_VFS_STAT     3918 source3/smbd/trans2.c 			} else if (SMB_VFS_STAT(conn,fname,&sbuf)) {
SMB_VFS_STAT     4022 source3/smbd/trans2.c 				if (SMB_VFS_STAT(conn,base,&bsbuf) != 0) {
SMB_VFS_STAT     4045 source3/smbd/trans2.c 		} else if (!VALID_STAT(sbuf) && SMB_VFS_STAT(conn,fname,&sbuf) && (info_level != SMB_INFO_IS_NAME_VALID)) {
SMB_VFS_STAT     5995 source3/smbd/trans2.c 	if (SMB_VFS_STAT(conn, fname, psbuf) != 0) {
SMB_VFS_STAT     6751 source3/smbd/trans2.c 				if (SMB_VFS_STAT(conn,fname,&sbuf) != 0) {
SMB_VFS_STAT     6841 source3/smbd/trans2.c 		} else if (!VALID_STAT(sbuf) && SMB_VFS_STAT(conn,fname,&sbuf)) {
SMB_VFS_STAT      341 source3/smbd/vfs.c 	if (SMB_VFS_STAT(conn,dname,st) != 0)
SMB_VFS_STAT      364 source3/smbd/vfs.c 	if (SMB_VFS_STAT(conn,fname,sbuf) == -1)
SMB_VFS_STAT      382 source3/smbd/vfs.c 	if (SMB_VFS_STAT(conn,fname,sbuf) == -1)
SMB_VFS_STAT      785 source3/smbd/vfs.c 	if (SMB_VFS_STAT(conn, ".",&st) == -1) {
SMB_VFS_STAT      806 source3/smbd/vfs.c 	if ((SMB_VFS_STAT(conn, (char *)cache_value.data, &st2) == 0)
SMB_VFS_STAT      549 source3/torture/cmd_vfs.c 	ret = SMB_VFS_STAT(vfs->conn, argv[1], &st);