Searched refs:nlinks (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/usr/ |
H A D | gen_init_cpio.c | 296 unsigned int nlinks) cpio_mkfile() 335 for (i = 1; i <= nlinks; i++) { cpio_mkfile() 337 if (i == nlinks) size = buf.st_size; cpio_mkfile() 349 nlinks, /* nlink */ cpio_mkfile() 407 int nlinks = 1; cpio_mkfile_line() local 438 nlinks++; cpio_mkfile_line() 445 mode, uid, gid, nlinks); cpio_mkfile_line() 294 cpio_mkfile(const char *name, const char *location, unsigned int mode, uid_t uid, gid_t gid, unsigned int nlinks) cpio_mkfile() argument
|
/linux-4.1.27/fs/ncpfs/ |
H A D | ncplib_kernel.c | 391 /* We must retrieve both nlinks and rdev, otherwise some server versions ncp_obtain_nfs_info() 693 /* we must always operate on both nlinks and rdev, otherwise ncp_modify_nfs_info() 697 ncp_add_dword_lh(server, 1); /* nlinks */ ncp_modify_nfs_info()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | item_ops.c | 46 printk("\tmode | size | nlinks | first direct | mtime\n"); sd_print_item()
|
/linux-4.1.27/fs/cifs/ |
H A D | link.c | 587 * until the file is closed or oplock broken so update nlinks locally cifs_hardlink()
|
/linux-4.1.27/fs/ext4/ |
H A D | namei.c | 2449 * DIR_NLINK feature is set if 1) nlinks > EXT4_LINK_MAX or 2) nlinks == 2, 2450 * since this indicates that nlinks count was previously 1.
|
Completed in 291 milliseconds