Searched refs:ino (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | initramfs.c | 56 int ino, minor, major; member 62 static inline int hash(int major, int minor, int ino) in hash() argument 64 unsigned long tmp = ino + minor + (major << 0x3); in hash() 69 static char __init *find_link(int major, int minor, int ino, umode_t mode, char *name) in find_link() argument 72 for (p = head + hash(major, minor, ino); *p; p = &(*p)->next) { in find_link() 73 if ((*p)->ino != ino) { in find_link() 93 q->ino = ino; in find_link() 159 static __initdata unsigned long ino, majo variable [all...] |
/device/soc/rockchip/common/sdk_linux/fs/ubifs/ |
H A D | recovery.c | 1473 struct ubifs_ino_node *ino = c->sbuf; in fix_size_in_place() local 1482 err = ubifs_tnc_locate(c, &key, ino, &lnum, &offs); in fix_size_in_place() 1490 i_size = le64_to_cpu(ino->size); in fix_size_in_place() 1500 ino = c->sbuf + offs; in fix_size_in_place() 1501 ino->size = cpu_to_le64(e->d_size); in fix_size_in_place() 1502 len = le32_to_cpu(ino->ch.len); in fix_size_in_place() 1503 crc = crc32(UBIFS_CRC32_INIT, (void *)ino + RECOVERY_EIGHT, len - RECOVERY_EIGHT); in fix_size_in_place() 1504 ino->ch.crc = cpu_to_le32(crc); in fix_size_in_place() 1559 dbg_rcvry("ino %lu size %lld -> %lld", (unsigned long)e->inum, inode->i_size, e->d_size); in inode_fix_size() 1625 dbg_rcvry("removing ino in ubifs_recover_size() 1631 struct ubifs_ino_node *ino = c->sbuf; ubifs_recover_size() local [all...] |
/device/soc/rockchip/common/sdk_linux/fs/xfs/ |
H A D | xfs_inode.c | 786 xfs_ino_t ino;
in xfs_ialloc() local 797 error = xfs_dialloc(tp, pip ? pip->i_ino : 0, mode, ialloc_context, &ino);
in xfs_ialloc() 801 if (*ialloc_context || ino == NULLFSINO) {
in xfs_ialloc() 814 if ((pip && ino == pip->i_ino) || !xfs_verify_dir_ino(mp, ino)) {
in xfs_ialloc() 815 xfs_alert(mp, "Allocated a known in-use inode 0x%llx!", ino);
in xfs_ialloc() 824 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip);
in xfs_ialloc()
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | shm.c | 606 static int shm_release(struct inode *ino, struct file *file)
in shm_release() argument
|
Completed in 10 milliseconds