Searched defs:st_size (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/samba/Solaris/include/samfs/
H A Dstat.h141 u_longlong_t st_size; /* The file size in bytes */ member in struct:sam_stat
233 u_longlong_t st_size; /* The file size in bytes */ member in struct:sam_stat
498 #define NUM_SEGS(fsbuff) (int)(((fsbuff) == NULL || (fsbuff)->st_size <= 0 || \
501 ((fsbuff)->st_size + \

Completed in 98 milliseconds