Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dufs_lookup.c869 if (I_COUNT(dp) == 0) { in ufs_direnter()
962 if (I_OFFSET(dp) + I_COUNT(dp) > dp->i_size) { in ufs_direnter()
963 dp->i_size = I_OFFSET(dp) + I_COUNT(dp); in ufs_direnter()
985 for (loc = ep->d_reclen; loc < I_COUNT(dp); ) { in ufs_direnter()
1131 offset = I_OFFSET(dp) - I_COUNT(dp); in ufs_dirremove()
1155 if (I_COUNT(dp) == 0) in ufs_dirremove()
1179 if (I_COUNT(dp) != 0) { in ufs_dirremove()
1189 ((I_OFFSET(dp) - I_COUNT(dp)) & (DIRBLKSIZ - 1)), in ufs_dirremove()
H A Dinode.h293 #define I_COUNT(ip) ufs_get_i_count(ip, __FILE__, __LINE__)
304 #define I_COUNT(ip) ((ip)->i_count)
296 #define I_COUNT( global() macro
307 #define I_COUNT( global() macro
H A Dufs_vnops.c1600 if (I_COUNT(tdp) != 0 && I_ENDOFF(tdp) != 0 && in ufs_rename()