/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | stat.h | 5 unsigned short st_dev; member 20 unsigned short st_dev; member 46 unsigned short st_dev; member 79 unsigned long st_dev; member 103 unsigned long long st_dev; member
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | stat.h | 5 unsigned short st_dev; member 22 unsigned short st_dev; member 25 unsigned long st_dev; 57 unsigned long long st_dev; member
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | stat.h | 12 unsigned short st_dev; member 26 unsigned short st_dev; member 52 unsigned long long st_dev; member 79 unsigned long st_dev; member
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | stat.h | 9 unsigned st_dev; member 26 unsigned long st_dev; member 52 unsigned short st_dev; member 74 unsigned long long st_dev; member
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | stat.h | 10 unsigned long st_dev; member 42 unsigned long long st_dev; member 83 __kernel_ulong_t st_dev; member 117 unsigned short st_dev; member
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | stat.h | 12 unsigned short st_dev; member 26 unsigned long st_dev; member 49 unsigned long long st_dev; member
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | stat.h | 5 unsigned short st_dev; member 19 unsigned short st_dev; member 45 unsigned long long st_dev; member
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | stat.h | 5 unsigned short st_dev; member 19 unsigned long st_dev; member 43 unsigned long long st_dev; member
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | stat.h | 8 unsigned short st_dev; member 24 unsigned long st_dev; member 48 unsigned long long st_dev; member
|
/linux-4.1.27/arch/frv/include/uapi/asm/ |
D | stat.h | 5 unsigned short st_dev; member 21 unsigned short st_dev; member 67 unsigned short st_dev; member
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | stat.h | 15 unsigned short st_dev; member 30 unsigned long st_dev; member 60 unsigned long long st_dev; /* Device. */ member
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
D | stat.h | 7 unsigned short st_dev; member 23 unsigned short st_dev; member 49 unsigned long long st_dev; member
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | stat.h | 7 unsigned int st_dev; /* dev_t is 32 bits on parisc */ member 40 unsigned int st_dev; /* dev_t is 32 bits on parisc */ member 75 unsigned long long st_dev; member
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | stat.h | 19 unsigned st_dev; member 52 unsigned long st_dev; member 93 unsigned int st_dev; member
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | stat.h | 5 unsigned int st_dev; member 26 unsigned long st_dev; member
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | stat.h | 10 unsigned long st_dev; member 33 unsigned int st_dev; member
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | stat.h | 17 unsigned long st_dev; member 38 unsigned long long st_dev; /* Device */ member
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | stat.h | 11 unsigned short st_dev; member 37 unsigned long long st_dev; member
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | stat.h | 24 unsigned long st_dev; /* Device. */ member 49 unsigned long long st_dev; /* Device. */ member
|
/linux-4.1.27/tools/perf/util/ |
D | abspath.c | 14 pwd_stat.st_dev == cwd_stat.st_dev && in get_pwd_cwd()
|
/linux-4.1.27/arch/mn10300/boot/tools/ |
D | build.c | 88 major_root = major(sb.st_dev); in main() 89 minor_root = minor(sb.st_dev); in main()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 13 Device number for block devices, or value of st_dev on 19 Value of st_dev on fuseblk filesystems.
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | stat.h | 30 compat_u64 st_dev; member
|
D | compat.h | 81 short st_dev; member 84 compat_dev_t st_dev;
|
/linux-4.1.27/arch/x86/include/asm/ |
D | ia32.h | 38 unsigned long long st_dev; member
|
D | compat.h | 57 compat_dev_t st_dev; member
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | compat.h | 52 compat_dev_t st_dev; member 72 unsigned long long st_dev; member
|
/linux-4.1.27/fs/ |
D | stat.c | 155 tmp.st_dev = old_encode_dev(stat->dev); in cp_old_stat() 241 tmp.st_dev = encode_dev(stat->dev); in cp_new_stat() 372 tmp.st_dev = new_encode_dev(stat->dev); in cp_new_stat64() 375 tmp.st_dev = huge_encode_dev(stat->dev); in cp_new_stat64()
|
D | compat.c | 137 tmp.st_dev = old_encode_dev(stat->dev); in cp_compat_stat()
|
/linux-4.1.27/arch/cris/boot/tools/ |
D | build.c | 126 major_root = major(sb.st_dev); in main() 127 minor_root = minor(sb.st_dev); in main()
|
/linux-4.1.27/Documentation/filesystems/ |
D | overlayfs.txt | 20 This is most obvious from the 'st_dev' field returned by stat(2). 22 While directories will report an st_dev from the overlay-filesystem, 23 all non-directory objects will report an st_dev from the lower or 25 only be unique when combined with st_dev, and both of these can change 183 filesystem, so both st_dev and st_ino of the file may change.
|
D | proc.txt | 1643 (3) major:minor: value of st_dev for files on filesystem
|
/linux-4.1.27/arch/arm/kernel/ |
D | sys_oabi-compat.c | 89 unsigned long long st_dev; member 122 tmp.st_dev = huge_encode_dev(stat->dev); in cp_oldabi_stat64()
|
/linux-4.1.27/drivers/crypto/caam/ |
D | jr.c | 125 static irqreturn_t caam_jr_interrupt(int irq, void *st_dev) in caam_jr_interrupt() argument 127 struct device *dev = st_dev; in caam_jr_interrupt()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | compat.h | 58 compat_dev_t st_dev; member
|
/linux-4.1.27/arch/mips/include/asm/ |
D | compat.h | 59 compat_dev_t st_dev; member
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | compat.h | 53 compat_dev_t st_dev; /* dev_t is 32 bits on parisc */ member
|
/linux-4.1.27/arch/x86/ia32/ |
D | sys_ia32.c | 77 __put_user(huge_encode_dev(stat->dev), &ubuf->st_dev) || in cp_stat64()
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_linux.c | 334 unsigned long long st_dev; member 364 tmp.st_dev = huge_encode_dev(stat->dev); in cp_stat64()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | compat.h | 108 compat_dev_t st_dev; member
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sys_sparc32.c | 75 err = put_user(huge_encode_dev(stat->dev), &statbuf->st_dev); in cp_compat_stat64()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 21 .ust_dev = src->st_dev, /* device */ in copy_stat()
|
/linux-4.1.27/scripts/ |
D | unifdef.c | 333 overwriting = (ist.st_dev == ost.st_dev in main()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | osf_sys.c | 194 int st_dev; member 277 tmp.st_dev = lstat->dev; in linux_to_osf_stat()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1537 st.st_dev = inode->i_sb->s_dev; in ll_dir_ioctl()
|
/linux-4.1.27/drivers/scsi/ |
D | st.c | 4524 ATTRIBUTE_GROUPS(st_dev);
|