Searched refs:S_ISLNK (Results 101 - 125 of 126) sorted by path

123456

/linux-master/fs/ufs/
H A Dinode.c550 } else if (S_ISLNK(inode->i_mode)) {
871 S_ISLNK(inode->i_mode)))
1204 S_ISLNK(inode->i_mode)))
/linux-master/fs/vboxsf/
H A Ddir.c373 if (S_ISLNK(inode->i_mode))
H A Dutils.c102 } else if (!S_ISLNK(inode->i_mode))
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c982 if (S_ISLNK(VFS_I(ip)->i_mode))
H A Dxfs_ialloc.c1748 needspace = S_ISDIR(mode) || S_ISREG(mode) || S_ISLNK(mode);
H A Dxfs_inode_buf.c382 if (S_ISDIR(mode) || S_ISLNK(mode)) {
504 if ((S_ISLNK(mode) || S_ISDIR(mode)) && di_size == 0)
H A Dxfs_inode_fork.c50 zero_terminate = S_ISLNK(VFS_I(ip)->i_mode);
/linux-master/fs/xfs/scrub/
H A Dinode.c467 if (!S_ISDIR(mode) && !S_ISLNK(mode))
471 if (!S_ISREG(mode) && !S_ISDIR(mode) && !S_ISLNK(mode))
499 if (!S_ISDIR(mode) && !S_ISREG(mode) && !S_ISLNK(mode) && isize != 0)
507 if (S_ISLNK(mode) && (isize == 0 || isize >= XFS_SYMLINK_MAXLEN))
H A Dinode_repair.c877 if (S_ISLNK(mode) &&
H A Dsymlink.c45 if (!S_ISLNK(VFS_I(ip)->i_mode))
/linux-master/fs/xfs/
H A Dxfs_inode.c1867 if (S_ISLNK(VFS_I(ip)->i_mode))
H A Dxfs_ioctl.c95 !S_ISLNK(inode->i_mode))
/linux-master/include/linux/
H A Dpagemap.h27 S_ISLNK(inode->i_mode))
/linux-master/include/uapi/linux/
H A Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/linux-master/init/
H A Dinitramfs.c295 if (S_ISLNK(mode)) {
/linux-master/kernel/bpf/
H A Dinode.c782 if (S_ISLNK(inode->i_mode))
/linux-master/mm/
H A Dshmem.c4477 if (S_ISLNK(inode->i_mode))
/linux-master/scripts/
H A Dget_abi.pl667 if (S_ISLNK($mode)) {
/linux-master/security/apparmor/
H A Dapparmorfs.c158 if (S_ISLNK(inode->i_mode))
236 } else if (S_ISLNK(mode)) {
/linux-master/security/
H A Dinode.c30 if (S_ISLNK(inode->i_mode))
155 } else if (S_ISLNK(mode)) {
/linux-master/security/selinux/
H A Dhooks.c1513 (!S_ISLNK(inode->i_mode) ||
/linux-master/tools/include/nolibc/
H A Dtypes.h43 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/linux-master/tools/testing/selftests/alsa/
H A Dconf.c153 if (S_ISLNK(sb.st_mode)) {
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h33 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) macro

Completed in 424 milliseconds

123456