fs.h (b2f1df8d2fc14bf7e6d9d967043d4b60c2efd8dc) fs.h (8de52778798fe39660a8d6b26f290e0c93202761)
1#ifndef _LINUX_FS_H
2#define _LINUX_FS_H
3
4/*
5 * This file has definitions for some important file table
6 * structures etc.
7 */
8

--- 1445 unchanged lines hidden (view full) ---

1454
1455 int s_frozen;
1456 wait_queue_head_t s_wait_unfrozen;
1457
1458 char s_id[32]; /* Informational name */
1459 u8 s_uuid[16]; /* UUID */
1460
1461 void *s_fs_info; /* Filesystem private info */
1#ifndef _LINUX_FS_H
2#define _LINUX_FS_H
3
4/*
5 * This file has definitions for some important file table
6 * structures etc.
7 */
8

--- 1445 unchanged lines hidden (view full) ---

1454
1455 int s_frozen;
1456 wait_queue_head_t s_wait_unfrozen;
1457
1458 char s_id[32]; /* Informational name */
1459 u8 s_uuid[16]; /* UUID */
1460
1461 void *s_fs_info; /* Filesystem private info */
1462 unsigned int s_max_links;
1462 fmode_t s_mode;
1463
1464 /* Granularity of c/m/atime in ns.
1465 Cannot be worse than a second */
1466 u32 s_time_gran;
1467
1468 /*
1469 * The next field is for VFS *only*. No filesystems have any business

--- 1204 unchanged lines hidden ---
1463 fmode_t s_mode;
1464
1465 /* Granularity of c/m/atime in ns.
1466 Cannot be worse than a second */
1467 u32 s_time_gran;
1468
1469 /*
1470 * The next field is for VFS *only*. No filesystems have any business

--- 1204 unchanged lines hidden ---