Searched refs:IS_FREE (Results 1 – 2 of 2) sorted by relevance
| /linux/include/uapi/linux/ | ||
| H A D | msdos_fs.h | 53 #define IS_FREE(n) (!*(n) || *(n) == DELETED_FLAG) macro |
| /linux/fs/fat/ | ||
| H A D | nfs.c | 82 if (IS_FREE(de[offset].name)) in __fat_nfs_get_inode() |