Lines Matching refs:st_mode
185 if (!S_ISDIR(statBuff.st_mode)) {
191 if (VfsPermissionCheck(statBuff.st_uid, statBuff.st_gid, statBuff.st_mode, EXEC_OP)) {
317 if (VfsPermissionCheck(buf.st_uid, buf.st_gid, buf.st_mode, amode)) {
493 mode = stat64Info->st_mode >> (uint)(USER_MODE_SHIFT - i * UGO_NUMS);
499 if (S_ISDIR(stat64Info->st_mode)) {
501 } else if (S_ISLNK(stat64Info->st_mode)) {
507 if (S_ISLNK(stat64Info->st_mode)) {
526 mode = statInfo->st_mode >> (uint)(USER_MODE_SHIFT - i * UGO_NUMS);
532 if (S_ISDIR(statInfo->st_mode)) {
534 } else if (S_ISLNK(statInfo->st_mode)) {
540 if (S_ISLNK(statInfo->st_mode)) {
558 if (S_ISLNK(stat64Info.st_mode)) {
563 if (S_ISLNK(statInfo.st_mode)) {
609 if (S_ISLNK(stat64Info.st_mode)) {
614 if (S_ISLNK(statInfo.st_mode)) {
665 if (statInfo.st_mode & S_IFDIR) { /* list all directory and file */