Home
last modified time | relevance | path

Searched defs:S_ISLNK (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h253 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/openbmc/u-boot/include/linux/
H A Dstat.h22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h400 #define S_ISLNK(mode) (((mode) & 0170000) == 0120000) macro